| Package | Description |
|---|---|
| com.azure.resourcemanager.network.models |
Package containing the data models for NetworkManagementClient.
|
| Modifier and Type | Field and Description |
|---|---|
static PublicIpAddressSkuName |
PublicIpAddressSkuName.BASIC
Static value Basic for PublicIpAddressSkuName.
|
static PublicIpAddressSkuName |
PublicIpAddressSkuName.STANDARD
Static value Standard for PublicIpAddressSkuName.
|
| Modifier and Type | Method and Description |
|---|---|
static PublicIpAddressSkuName |
PublicIpAddressSkuName.fromString(String name)
Creates or finds a PublicIpAddressSkuName from its string representation.
|
PublicIpAddressSkuName |
PublicIpAddressSku.name()
Get the name property: Name of a public IP address SKU.
|
| Modifier and Type | Method and Description |
|---|---|
PublicIpAddressSku |
PublicIpAddressSku.withName(PublicIpAddressSkuName name)
Set the name property: Name of a public IP address SKU.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.