Uses of Class
com.azure.resourcemanager.network.models.PublicIpAddressSku
Packages that use PublicIpAddressSku
Package
Description
Package containing the inner data models for NetworkManagementClient.
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 PublicIpAddressSkuModifier and TypeMethodDescriptionPublicIpAddressInner.sku()Get the sku property: The public IP address SKU.Methods in com.azure.resourcemanager.network.fluent.models with parameters of type PublicIpAddressSkuModifier and TypeMethodDescriptionPublicIpAddressInner.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 PublicIpAddressSkuModifier and TypeMethodDescriptionstatic PublicIpAddressSkuPublicIpAddressSku.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of PublicIpAddressSku from the JsonReader.PublicIPSkuType.sku()Gets the PublicIpAddressSku associated with the PublicIpAddressSkuType.PublicIpAddressSku.withName(PublicIpAddressSkuName name) Set the name property: Name of a public IP address SKU.PublicIpAddressSku.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 PublicIpAddressSkuModifier 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.