public final class PublicIpAddressSku extends Object
| Constructor and Description |
|---|
PublicIpAddressSku() |
| Modifier and Type | Method and Description |
|---|---|
PublicIpAddressSkuName |
name()
Get the name property: Name of a public IP address SKU.
|
PublicIpAddressSkuTier |
tier()
Get the tier property: Tier of a public IP address SKU.
|
void |
validate()
Validates the instance.
|
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.
|
public PublicIpAddressSkuName name()
public PublicIpAddressSku withName(PublicIpAddressSkuName name)
name - the name value to set.public PublicIpAddressSkuTier tier()
public PublicIpAddressSku withTier(PublicIpAddressSkuTier tier)
tier - the tier value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.