Share via


ManagedClusterJwtAuthenticatorProvisioningState Struct

Definition

The provisioning state of the last accepted operation.

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

Constructors

Name Description
ManagedClusterJwtAuthenticatorProvisioningState(String)

Initializes a new instance of ManagedClusterJwtAuthenticatorProvisioningState.

Properties

Name Description
Canceled

Resource creation was canceled.

Creating

The JWT authenticator is being created.

Deleting

The JWT authenticator is being deleted.

Failed

Resource creation failed.

Succeeded

Resource has been created.

Updating

The JWT authenticator is being updated.

Methods

Name Description
Equals(ManagedClusterJwtAuthenticatorProvisioningState)

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

Name Description
Equality(ManagedClusterJwtAuthenticatorProvisioningState, ManagedClusterJwtAuthenticatorProvisioningState)

Determines if two ManagedClusterJwtAuthenticatorProvisioningState values are the same.

Implicit(String to ManagedClusterJwtAuthenticatorProvisioningState)

Converts a string to a ManagedClusterJwtAuthenticatorProvisioningState.

Implicit(String to Nullable<ManagedClusterJwtAuthenticatorProvisioningState>)
Inequality(ManagedClusterJwtAuthenticatorProvisioningState, ManagedClusterJwtAuthenticatorProvisioningState)

Determines if two ManagedClusterJwtAuthenticatorProvisioningState values are not the same.

Applies to