| Package | Description |
|---|---|
| com.azure.resourcemanager.network.fluent.models |
Package containing the inner data models for NetworkManagementClient.
|
| com.azure.resourcemanager.network.models |
Package containing the data models for NetworkManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
PublicIpAddressSku |
PublicIpAddressInner.sku()
Get the sku property: The public IP address SKU.
|
| Modifier and Type | Method and Description |
|---|---|
PublicIpAddressInner |
PublicIpAddressInner.withSku(PublicIpAddressSku sku)
Set the sku property: The public IP address SKU.
|
| Modifier and Type | Method and Description |
|---|---|
PublicIpAddressSku |
PublicIPSkuType.sku() |
PublicIpAddressSku |
PublicIpAddressSku.withName(PublicIpAddressSkuName name)
Set the name property: Name of a public IP address SKU.
|
PublicIpAddressSku |
PublicIpAddressSku.withTier(PublicIpAddressSkuTier tier)
Set the tier property: Tier of a public IP address SKU.
|
| 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.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.