public final class PublicIpPrefixSku extends Object
| Constructor and Description |
|---|
PublicIpPrefixSku() |
| Modifier and Type | Method and Description |
|---|---|
PublicIpPrefixSkuName |
name()
Get the name property: Name of a public IP prefix SKU.
|
PublicIpPrefixSkuTier |
tier()
Get the tier property: Tier of a public IP prefix SKU.
|
void |
validate()
Validates the instance.
|
PublicIpPrefixSku |
withName(PublicIpPrefixSkuName name)
Set the name property: Name of a public IP prefix SKU.
|
PublicIpPrefixSku |
withTier(PublicIpPrefixSkuTier tier)
Set the tier property: Tier of a public IP prefix SKU.
|
public PublicIpPrefixSkuName name()
public PublicIpPrefixSku withName(PublicIpPrefixSkuName name)
name - the name value to set.public PublicIpPrefixSkuTier tier()
public PublicIpPrefixSku withTier(PublicIpPrefixSkuTier 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.