Class PublicIpAddressSku
- java.lang.Object
-
- com.azure.resourcemanager.network.models.PublicIpAddressSku
-
public final class PublicIpAddressSku extends Object
SKU of a public IP address.
-
-
Constructor Summary
Constructors Constructor Description PublicIpAddressSku()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PublicIpAddressSkuNamename()Get the name property: Name of a public IP address SKU.PublicIpAddressSkuTiertier()Get the tier property: Tier of a public IP address SKU.voidvalidate()Validates the instance.PublicIpAddressSkuwithName(PublicIpAddressSkuName name)Set the name property: Name of a public IP address SKU.PublicIpAddressSkuwithTier(PublicIpAddressSkuTier tier)Set the tier property: Tier of a public IP address SKU.
-
-
-
Method Detail
-
name
public PublicIpAddressSkuName name()
Get the name property: Name of a public IP address SKU.- Returns:
- the name value.
-
withName
public PublicIpAddressSku withName(PublicIpAddressSkuName name)
Set the name property: Name of a public IP address SKU.- Parameters:
name- the name value to set.- Returns:
- the PublicIpAddressSku object itself.
-
tier
public PublicIpAddressSkuTier tier()
Get the tier property: Tier of a public IP address SKU.- Returns:
- the tier value.
-
withTier
public PublicIpAddressSku withTier(PublicIpAddressSkuTier tier)
Set the tier property: Tier of a public IP address SKU.- Parameters:
tier- the tier value to set.- Returns:
- the PublicIpAddressSku object itself.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-