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

Basic.

static final PublicIpAddressSkuName STANDARD

Standard.

static final PublicIpAddressSkuName STANDARD_V2

StandardV2.

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

Basic.

STANDARD

public static final PublicIpAddressSkuName STANDARD

Standard.

STANDARD_V2

public static final PublicIpAddressSkuName STANDARD_V2

StandardV2.

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<PublicIpAddressSkuName> values()

Gets known PublicIpAddressSkuName values.

Returns:

known PublicIpAddressSkuName values.

Applies to