Uses of Class
com.azure.resourcemanager.compute.models.PublicIpAddressSku
Packages that use PublicIpAddressSku
Package
Description
Package containing the data models for ComputeManagementClient.
-
Uses of PublicIpAddressSku in com.azure.resourcemanager.compute.models
Methods in com.azure.resourcemanager.compute.models that return PublicIpAddressSkuModifier and TypeMethodDescriptionstatic PublicIpAddressSkuPublicIpAddressSku.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of PublicIpAddressSku from the JsonReader.VirtualMachinePublicIpAddressConfiguration.sku()Get the sku property: Describes the public IP Sku.VirtualMachineScaleSetPublicIpAddressConfiguration.sku()Get the sku property: Describes the public IP Sku.PublicIpAddressSku.withName(PublicIpAddressSkuName name) Set the name property: Specify public IP sku name.PublicIpAddressSku.withTier(PublicIpAddressSkuTier tier) Set the tier property: Specify public IP sku tier.Methods in com.azure.resourcemanager.compute.models with parameters of type PublicIpAddressSkuModifier and TypeMethodDescriptionVirtualMachinePublicIpAddressConfiguration.withSku(PublicIpAddressSku sku) Set the sku property: Describes the public IP Sku.VirtualMachineScaleSetPublicIpAddressConfiguration.withSku(PublicIpAddressSku sku) Set the sku property: Describes the public IP Sku.