Interface ApiManagementServiceResource.DefinitionStages.WithNotificationSenderEmail
- All Known Subinterfaces:
ApiManagementServiceResource.Definition,ApiManagementServiceResource.DefinitionStages.WithCreate
- Enclosing interface:
ApiManagementServiceResource.DefinitionStages
public static interface ApiManagementServiceResource.DefinitionStages.WithNotificationSenderEmail
The stage of the ApiManagementServiceResource definition allowing to specify notificationSenderEmail.
-
Method Summary
Modifier and TypeMethodDescriptionwithNotificationSenderEmail(String notificationSenderEmail) Specifies the notificationSenderEmail property: Email address from which the notification will be sent..
-
Method Details
-
withNotificationSenderEmail
ApiManagementServiceResource.DefinitionStages.WithCreate withNotificationSenderEmail(String notificationSenderEmail) Specifies the notificationSenderEmail property: Email address from which the notification will be sent..- Parameters:
notificationSenderEmail- Email address from which the notification will be sent.- Returns:
- the next definition stage.
-