Interface ApiManagementServiceResource.DefinitionStages.WithPublisherEmail
- All Known Subinterfaces:
ApiManagementServiceResource.Definition
- Enclosing interface:
ApiManagementServiceResource.DefinitionStages
public static interface ApiManagementServiceResource.DefinitionStages.WithPublisherEmail
The stage of the ApiManagementServiceResource definition allowing to specify publisherEmail.
-
Method Summary
Modifier and TypeMethodDescriptionwithPublisherEmail(String publisherEmail) Specifies the publisherEmail property: Publisher email..
-
Method Details
-
withPublisherEmail
ApiManagementServiceResource.DefinitionStages.WithPublisherName withPublisherEmail(String publisherEmail) Specifies the publisherEmail property: Publisher email..- Parameters:
publisherEmail- Publisher email.- Returns:
- the next definition stage.
-