Interface ApiManagementServiceResource.DefinitionStages.WithSku
- All Known Subinterfaces:
ApiManagementServiceResource.Definition
- Enclosing interface:
ApiManagementServiceResource.DefinitionStages
public static interface ApiManagementServiceResource.DefinitionStages.WithSku
The stage of the ApiManagementServiceResource definition allowing to specify sku.
-
Method Summary
Modifier and TypeMethodDescriptionSpecifies the sku property: SKU properties of the API Management service..
-
Method Details
-
withSku
ApiManagementServiceResource.DefinitionStages.WithPublisherEmail withSku(ApiManagementServiceSkuProperties sku) Specifies the sku property: SKU properties of the API Management service..- Parameters:
sku- SKU properties of the API Management service.- Returns:
- the next definition stage.
-