Uses of Class
com.azure.resourcemanager.compute.models.PublicIpAddressSku
-
Packages that use PublicIpAddressSku Package Description com.azure.resourcemanager.compute.models 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 PublicIpAddressSku Modifier and Type Method Description PublicIpAddressSkuVirtualMachinePublicIpAddressConfiguration. sku()Get the sku property: Describes the public IP Sku.PublicIpAddressSkuVirtualMachineScaleSetPublicIpAddressConfiguration. sku()Get the sku property: Describes the public IP Sku.PublicIpAddressSkuPublicIpAddressSku. withName(PublicIpAddressSkuName name)Set the name property: Specify public IP sku name.PublicIpAddressSkuPublicIpAddressSku. withTier(PublicIpAddressSkuTier tier)Set the tier property: Specify public IP sku tier.Methods in com.azure.resourcemanager.compute.models with parameters of type PublicIpAddressSku Modifier and Type Method Description VirtualMachinePublicIpAddressConfigurationVirtualMachinePublicIpAddressConfiguration. withSku(PublicIpAddressSku sku)Set the sku property: Describes the public IP Sku.VirtualMachineScaleSetPublicIpAddressConfigurationVirtualMachineScaleSetPublicIpAddressConfiguration. withSku(PublicIpAddressSku sku)Set the sku property: Describes the public IP Sku.
-