Interface PublicIPAddress.DefinitionStages.WithSku
-
- All Known Subinterfaces:
PublicIPAddress.Definition,PublicIPAddress.DefinitionStages.WithCreate
- Enclosing interface:
- PublicIPAddress.DefinitionStages
@Beta(V1_3_0) 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
-
-