CognitiveServicesIdentityProvisioningState Struct

Definition

Represents the provisioning state of an identity resource.

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

Constructors

Name Description
CognitiveServicesIdentityProvisioningState(String)

Initializes a new instance of CognitiveServicesIdentityProvisioningState.

Properties

Name Description
Canceled

Identity provisioning has been canceled.

Creating

Identity is being created.

Deleting

Identity is being deleted.

Failed

Identity provisioning has failed.

Succeeded

Identity has been successfully provisioned.

Updating

Identity is being updated.

Methods

Name Description
Equals(CognitiveServicesIdentityProvisioningState)

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(CognitiveServicesIdentityProvisioningState, CognitiveServicesIdentityProvisioningState)

Determines if two CognitiveServicesIdentityProvisioningState values are the same.

Implicit(String to CognitiveServicesIdentityProvisioningState)

Converts a string to a CognitiveServicesIdentityProvisioningState.

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

Determines if two CognitiveServicesIdentityProvisioningState values are not the same.

Applies to