Interface VirtualNetworkGateway.UpdateStages.WithSku
-
- All Known Subinterfaces:
VirtualNetworkGateway.Update
- Enclosing interface:
- VirtualNetworkGateway.UpdateStages
public static interface VirtualNetworkGateway.UpdateStages.WithSkuThe stage of virtual network gateway update allowing to change SKU.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description VirtualNetworkGateway.UpdatewithSku(VirtualNetworkGatewaySkuName skuName)Specifies the SKU.
-
-
-
Method Detail
-
withSku
VirtualNetworkGateway.Update withSku(VirtualNetworkGatewaySkuName skuName)
Specifies the SKU.- Parameters:
skuName- the SKU- Returns:
- the next stage of the update
-
-