| Package | Description |
|---|---|
| com.microsoft.azure.management.network |
This package contains the classes for NetworkManagementClient.
|
| Modifier and Type | Field and Description |
|---|---|
static PublicIPPrefixSkuName |
PublicIPPrefixSkuName.STANDARD
Static value Standard for PublicIPPrefixSkuName.
|
| Modifier and Type | Method and Description |
|---|---|
static PublicIPPrefixSkuName |
PublicIPPrefixSkuName.fromString(String name)
Creates or finds a PublicIPPrefixSkuName from its string representation.
|
PublicIPPrefixSkuName |
PublicIPPrefixSku.name()
Get name of a public IP prefix SKU.
|
| Modifier and Type | Method and Description |
|---|---|
static Collection<PublicIPPrefixSkuName> |
PublicIPPrefixSkuName.values() |
| Modifier and Type | Method and Description |
|---|---|
PublicIPPrefixSku |
PublicIPPrefixSku.withName(PublicIPPrefixSkuName name)
Set name of a public IP prefix SKU.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/