Uses of Class
com.microsoft.azure.management.network.PublicIPSkuType
-
Packages that use PublicIPSkuType Package Description com.microsoft.azure.management.network This package contains the classes for NetworkManagementClient. -
-
Uses of PublicIPSkuType in com.microsoft.azure.management.network
Fields in com.microsoft.azure.management.network declared as PublicIPSkuType Modifier and Type Field Description static PublicIPSkuTypePublicIPSkuType. BASICStatic value Basic for PublicIPSkuType.static PublicIPSkuTypePublicIPSkuType. STANDARDStatic value Standard for PublicIPSkuType.Methods in com.microsoft.azure.management.network that return PublicIPSkuType Modifier and Type Method Description static PublicIPSkuTypePublicIPSkuType. fromSku(PublicIPAddressSku pipSku)Parses a value into a SKU type and creates a new PublicIPSkuType instance if not found among the existing ones.PublicIPSkuTypePublicIPAddress. sku()static PublicIPSkuType[]PublicIPSkuType. values()Methods in com.microsoft.azure.management.network with parameters of type PublicIPSkuType Modifier and Type Method Description PublicIPAddress.DefinitionStages.WithCreatePublicIPAddress.DefinitionStages.WithSku. withSku(PublicIPSkuType skuType)Specifies the SKU for the IP address.
-