Uses of Class
com.microsoft.azure.management.network.PublicIPAddressSku
-
Packages that use PublicIPAddressSku Package Description com.microsoft.azure.management.network This package contains the classes for NetworkManagementClient. -
-
Uses of PublicIPAddressSku in com.microsoft.azure.management.network
Methods in com.microsoft.azure.management.network that return PublicIPAddressSku Modifier and Type Method Description PublicIPAddressSkuPublicIPSkuType. sku()PublicIPAddressSkuPublicIPAddressSku. withName(PublicIPAddressSkuName name)Set the name value.Methods in com.microsoft.azure.management.network with parameters of type PublicIPAddressSku 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.
-