| Package | Description |
|---|---|
| com.azure.resourcemanager.network.models |
Package containing the data models for NetworkManagementClient.
|
| Modifier and Type | Field and Description |
|---|---|
static PublicIpAddressSkuTier |
PublicIpAddressSkuTier.GLOBAL
Static value Global for PublicIpAddressSkuTier.
|
static PublicIpAddressSkuTier |
PublicIpAddressSkuTier.REGIONAL
Static value Regional for PublicIpAddressSkuTier.
|
| Modifier and Type | Method and Description |
|---|---|
static PublicIpAddressSkuTier |
PublicIpAddressSkuTier.fromString(String name)
Creates or finds a PublicIpAddressSkuTier from its string representation.
|
PublicIpAddressSkuTier |
PublicIpAddressSku.tier()
Get the tier property: Tier of a public IP address SKU.
|
| Modifier and Type | Method and Description |
|---|---|
PublicIpAddressSku |
PublicIpAddressSku.withTier(PublicIpAddressSkuTier tier)
Set the tier property: Tier of a public IP address SKU.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.