PublicIpAddressSkuName Class

public final class PublicIpAddressSkuName
extends ExpandableStringEnum<PublicIpAddressSkuName>

Name of a public IP address SKU.

Field Summary

Modifier and Type Field and Description
static final PublicIpAddressSkuName BASIC

Static value Basic for PublicIpAddressSkuName.

static final PublicIpAddressSkuName STANDARD

Static value Standard for PublicIpAddressSkuName.

Constructor Summary

Constructor Description
PublicIpAddressSkuName()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of PublicIpAddressSkuName value.

Method Summary

Modifier and Type Method and Description
static PublicIpAddressSkuName fromString(String name)

Creates or finds a PublicIpAddressSkuName from its string representation.

static Collection<PublicIpAddressSkuName> values()

Gets known PublicIpAddressSkuName values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

BASIC

public static final PublicIpAddressSkuName BASIC

Static value Basic for PublicIpAddressSkuName.

STANDARD

public static final PublicIpAddressSkuName STANDARD

Static value Standard for PublicIpAddressSkuName.

Constructor Details

PublicIpAddressSkuName

@Deprecated
public PublicIpAddressSkuName()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of PublicIpAddressSkuName value.

Method Details

fromString

public static PublicIpAddressSkuName fromString(String name)

Creates or finds a PublicIpAddressSkuName from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding PublicIpAddressSkuName.

values

public static Collection values()

Gets known PublicIpAddressSkuName values.

Returns:

known PublicIpAddressSkuName values.

Applies to