| 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 name of a public IP address SKU.
|
| Modifier and Type | Method and Description |
|---|---|
static Collection<PublicIPAddressSkuName> |
PublicIPAddressSkuName.values() |
| Modifier and Type | Method and Description |
|---|---|
PublicIPAddressSku |
PublicIPAddressSku.withName(PublicIPAddressSkuName name)
Set name of a public IP address SKU.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/