Package | Description |
---|---|
com.microsoft.azure.management.network |
This package contains the classes 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 value.
|
Modifier and Type | Method and Description |
---|---|
static Collection<PublicIPAddressSkuName> |
PublicIPAddressSkuName.values() |
Modifier and Type | Method and Description |
---|---|
PublicIPAddressSku |
PublicIPAddressSku.withName(PublicIPAddressSkuName name)
Set the name value.
|
Copyright © 2019. All rights reserved.