你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ManagedClusterPodIdentityProvisioningState Class

public final class ManagedClusterPodIdentityProvisioningState
extends ExpandableStringEnum<ManagedClusterPodIdentityProvisioningState>

The current provisioning state of the pod identity.

Field Summary

Modifier and Type Field and Description
static final ManagedClusterPodIdentityProvisioningState ASSIGNED

Pod identity is assigned.

static final ManagedClusterPodIdentityProvisioningState CANCELED

Pod identity assignment was canceled.

static final ManagedClusterPodIdentityProvisioningState DELETING

Pod identity is being deleted.

static final ManagedClusterPodIdentityProvisioningState FAILED

Pod identity assignment failed.

static final ManagedClusterPodIdentityProvisioningState SUCCEEDED

Pod identity assignment succeeded.

static final ManagedClusterPodIdentityProvisioningState UPDATING

Pod identity is being updated.

Constructor Summary

Constructor Description
ManagedClusterPodIdentityProvisioningState()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of ManagedClusterPodIdentityProvisioningState value.

Method Summary

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

Creates or finds a ManagedClusterPodIdentityProvisioningState from its string representation.

static Collection<ManagedClusterPodIdentityProvisioningState> values()

Gets known ManagedClusterPodIdentityProvisioningState values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

ASSIGNED

public static final ManagedClusterPodIdentityProvisioningState ASSIGNED

Pod identity is assigned.

CANCELED

public static final ManagedClusterPodIdentityProvisioningState CANCELED

Pod identity assignment was canceled.

DELETING

public static final ManagedClusterPodIdentityProvisioningState DELETING

Pod identity is being deleted.

FAILED

public static final ManagedClusterPodIdentityProvisioningState FAILED

Pod identity assignment failed.

SUCCEEDED

public static final ManagedClusterPodIdentityProvisioningState SUCCEEDED

Pod identity assignment succeeded.

UPDATING

public static final ManagedClusterPodIdentityProvisioningState UPDATING

Pod identity is being updated.

Constructor Details

ManagedClusterPodIdentityProvisioningState

@Deprecated
public ManagedClusterPodIdentityProvisioningState()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of ManagedClusterPodIdentityProvisioningState value.

Method Details

fromString

public static ManagedClusterPodIdentityProvisioningState fromString(String name)

Creates or finds a ManagedClusterPodIdentityProvisioningState from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding ManagedClusterPodIdentityProvisioningState.

values

public static Collection<ManagedClusterPodIdentityProvisioningState> values()

Gets known ManagedClusterPodIdentityProvisioningState values.

Returns:

known ManagedClusterPodIdentityProvisioningState values.

Applies to