Share via


ManagedClusterPodIdentityProvisioningState Struct

Definition

The current provisioning state of the pod identity.

public readonly struct ManagedClusterPodIdentityProvisioningState : IEquatable<Azure.ResourceManager.ContainerService.Models.ManagedClusterPodIdentityProvisioningState>
type ManagedClusterPodIdentityProvisioningState = struct
Public Structure ManagedClusterPodIdentityProvisioningState
Implements IEquatable(Of ManagedClusterPodIdentityProvisioningState)
Inheritance
ManagedClusterPodIdentityProvisioningState
Implements

Constructors

ManagedClusterPodIdentityProvisioningState(String)

Initializes a new instance of ManagedClusterPodIdentityProvisioningState.

Properties

Assigned

Assigned.

Canceled

Canceled.

Deleting

Deleting.

Failed

Failed.

Succeeded

Succeeded.

Updating

Updating.

Methods

Equals(ManagedClusterPodIdentityProvisioningState)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Equality(ManagedClusterPodIdentityProvisioningState, ManagedClusterPodIdentityProvisioningState)

Determines if two ManagedClusterPodIdentityProvisioningState values are the same.

Implicit(String to ManagedClusterPodIdentityProvisioningState)

Converts a string to a ManagedClusterPodIdentityProvisioningState.

Inequality(ManagedClusterPodIdentityProvisioningState, ManagedClusterPodIdentityProvisioningState)

Determines if two ManagedClusterPodIdentityProvisioningState values are not the same.

Applies to