ManagedClusterSkuName Class

public final class ManagedClusterSkuName
extends ExpandableStringEnum<ManagedClusterSkuName>

The name of a managed cluster SKU.

Field Summary

Modifier and Type Field and Description
static final ManagedClusterSkuName BASE

Static value Base for ManagedClusterSkuName.

Constructor Summary

Constructor Description
ManagedClusterSkuName()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of ManagedClusterSkuName value.

Method Summary

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

Creates or finds a ManagedClusterSkuName from its string representation.

static Collection<ManagedClusterSkuName> values()

Gets known ManagedClusterSkuName values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

BASE

public static final ManagedClusterSkuName BASE

Static value Base for ManagedClusterSkuName.

Constructor Details

ManagedClusterSkuName

@Deprecated
public ManagedClusterSkuName()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of ManagedClusterSkuName value.

Method Details

fromString

public static ManagedClusterSkuName fromString(String name)

Creates or finds a ManagedClusterSkuName from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding ManagedClusterSkuName.

values

public static Collection values()

Gets known ManagedClusterSkuName values.

Returns:

known ManagedClusterSkuName values.

Applies to