ServiceAccountProvisioningState Struct

Definition

Gets the status of the cognitive services account at the time the operation was called.

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

Constructors

Name Description
ServiceAccountProvisioningState(String)

Initializes a new instance of ServiceAccountProvisioningState.

Properties

Name Description
Accepted

Gets the Accepted.

Canceled

Gets the Canceled.

Creating

Gets the Creating.

Deleting

Gets the Deleting.

Failed

Gets the Failed.

Moving

Gets the Moving.

ResolvingDns

Gets the ResolvingDns.

Succeeded

Gets the Succeeded.

Methods

Name Description
Equals(ServiceAccountProvisioningState)

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

Determines if two ServiceAccountProvisioningState values are the same.

Implicit(String to Nullable<ServiceAccountProvisioningState>)
Implicit(String to ServiceAccountProvisioningState)

Converts a string to a ServiceAccountProvisioningState.

Inequality(ServiceAccountProvisioningState, ServiceAccountProvisioningState)

Determines if two ServiceAccountProvisioningState values are not the same.

Applies to