Uses of Class
com.azure.resourcemanager.network.models.PublicIpAddressSku
-
Packages that use PublicIpAddressSku Package Description com.azure.resourcemanager.network.fluent.models Package containing the inner data models for NetworkManagementClient.com.azure.resourcemanager.network.models Package containing the data models for NetworkManagementClient. -
-
Uses of PublicIpAddressSku in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return PublicIpAddressSku Modifier and Type Method Description PublicIpAddressSkuPublicIpAddressInner. sku()Get the sku property: The public IP address SKU.Methods in com.azure.resourcemanager.network.fluent.models with parameters of type PublicIpAddressSku Modifier and Type Method Description PublicIpAddressInnerPublicIpAddressInner. withSku(PublicIpAddressSku sku)Set the sku property: The public IP address SKU. -
Uses of PublicIpAddressSku in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return PublicIpAddressSku Modifier and Type Method Description PublicIpAddressSkuPublicIPSkuType. sku()PublicIpAddressSkuPublicIpAddressSku. withName(PublicIpAddressSkuName name)Set the name property: Name of a public IP address SKU.PublicIpAddressSkuPublicIpAddressSku. withTier(PublicIpAddressSkuTier tier)Set the tier property: Tier of a public IP address SKU.Methods in com.azure.resourcemanager.network.models 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.
-