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