| Package | Description |
|---|---|
| com.microsoft.azure.management.network |
This package contains the classes for NetworkManagementClient.
|
| Modifier and Type | Field and Description |
|---|---|
static PublicIPSkuType |
PublicIPSkuType.BASIC
Static value Basic for PublicIPSkuType.
|
static PublicIPSkuType |
PublicIPSkuType.STANDARD
Static value Standard for PublicIPSkuType.
|
| Modifier and Type | Method and Description |
|---|---|
static PublicIPSkuType |
PublicIPSkuType.fromSku(PublicIPAddressSku pipSku)
Parses a value into a SKU type and creates a new PublicIPSkuType instance if not
found among the existing ones.
|
PublicIPSkuType |
PublicIPAddress.sku() |
static PublicIPSkuType[] |
PublicIPSkuType.values() |
| Modifier and Type | Method and Description |
|---|---|
PublicIPAddress.DefinitionStages.WithCreate |
PublicIPAddress.DefinitionStages.WithSku.withSku(PublicIPSkuType skuType)
Specifies the SKU for the IP address.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/