| Package | Description |
|---|---|
| com.azure.resourcemanager.network.models |
Package containing the data models 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 © 2020 Microsoft Corporation. All rights reserved.