Interface VirtualNetworkGateway.DefinitionStages.WithSku
-
- All Known Subinterfaces:
VirtualNetworkGateway.Definition
- Enclosing interface:
- VirtualNetworkGateway.DefinitionStages
public static interface VirtualNetworkGateway.DefinitionStages.WithSkuThe stage of virtual network gateway definition allowing to specify SKU.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description VirtualNetworkGateway.DefinitionStages.WithCreatewithSku(VirtualNetworkGatewaySkuName skuName)Specifies the SKU.
-
-
-
Method Detail
-
withSku
VirtualNetworkGateway.DefinitionStages.WithCreate withSku(VirtualNetworkGatewaySkuName skuName)
Specifies the SKU.- Parameters:
skuName- the SKU- Returns:
- the next stage of the definition
-
-