Uses of Class
com.azure.resourcemanager.network.models.PublicIPSkuType
Packages that use PublicIPSkuType
Package
Description
Package containing the data models for NetworkManagementClient.
-
Uses of PublicIPSkuType in com.azure.resourcemanager.network.models
Fields in com.azure.resourcemanager.network.models declared as PublicIPSkuTypeModifier and TypeFieldDescriptionstatic final PublicIPSkuTypePublicIPSkuType.BASICStatic value Basic for PublicIPSkuType.static final PublicIPSkuTypePublicIPSkuType.STANDARDStatic value Standard for PublicIPSkuType.static final PublicIPSkuTypePublicIPSkuType.STANDARD_V2Static value StandardV2 for PublicIPSkuType.Methods in com.azure.resourcemanager.network.models that return PublicIPSkuTypeModifier and TypeMethodDescriptionstatic PublicIPSkuTypePublicIPSkuType.fromSku(PublicIpAddressSku pipSku) Parses a value into a SKU type and creates a new PublicIPSkuType instance if not found among the existing ones.PublicIpAddress.sku()Gets public IP address sku.static PublicIPSkuType[]PublicIPSkuType.values()Gets predefined publicIP SKU types.Methods in com.azure.resourcemanager.network.models with parameters of type PublicIPSkuTypeModifier and TypeMethodDescriptionPublicIpAddress.DefinitionStages.WithSku.withSku(PublicIPSkuType skuType) Specifies the SKU for the IP address.