Interface ApiManagementServiceResource.UpdateStages.WithNotificationSenderEmail
- All Known Subinterfaces:
ApiManagementServiceResource.Update
- Enclosing interface:
ApiManagementServiceResource.UpdateStages
public static interface ApiManagementServiceResource.UpdateStages.WithNotificationSenderEmail
The stage of the ApiManagementServiceResource update 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
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.
-