Interface PublicIpAddress.DefinitionStages.WithSku
- All Known Subinterfaces:
PublicIpAddress.Definition,PublicIpAddress.DefinitionStages.WithCreate
- Enclosing interface:
- PublicIpAddress.DefinitionStages
public static interface PublicIpAddress.DefinitionStages.WithSku
The stage of the IP address definition allowing to specify SKU.
-
Method Summary
Modifier and TypeMethodDescriptionwithSku(PublicIPSkuType skuType) Specifies the SKU for the IP address.
-
Method Details
-
withSku
Specifies the SKU for the IP address.- Parameters:
skuType- the SKU type- Returns:
- the next stage of the definition
-