public final class PublicIPSkuType extends Object
| Modifier and Type | Field and Description |
|---|---|
static PublicIPSkuType |
BASIC
Static value Basic for PublicIPSkuType.
|
static PublicIPSkuType |
STANDARD
Static value Standard for PublicIPSkuType.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static PublicIPSkuType |
fromSku(PublicIpAddressSku pipSku)
Parses a value into a SKU type and creates a new PublicIPSkuType instance if not found among the existing ones.
|
int |
hashCode() |
PublicIpAddressSku |
sku() |
static PublicIPSkuType[] |
values() |
public static final PublicIPSkuType BASIC
public static final PublicIPSkuType STANDARD
public static PublicIPSkuType[] values()
public static PublicIPSkuType fromSku(PublicIpAddressSku pipSku)
pipSku - a skupublic PublicIpAddressSku sku()
Copyright © 2020 Microsoft Corporation. All rights reserved.