Interface PublicIpAddress.DefinitionStages.WithSku
-
- All Known Subinterfaces:
PublicIpAddress.Definition,PublicIpAddress.DefinitionStages.WithCreate
- Enclosing interface:
- PublicIpAddress.DefinitionStages
public static interface PublicIpAddress.DefinitionStages.WithSkuThe stage of the IP address definition allowing to specify SKU.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PublicIpAddress.DefinitionStages.WithCreatewithSku(PublicIPSkuType skuType)Specifies the SKU for the IP address.
-
-
-
Method Detail
-
withSku
PublicIpAddress.DefinitionStages.WithCreate withSku(PublicIPSkuType skuType)
Specifies the SKU for the IP address.- Parameters:
skuType- the SKU type- Returns:
- the next stage of the definition
-
-