Share via


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

ServiceAccountProvisioningState(String)

Initializes a new instance of ServiceAccountProvisioningState.

Properties

Accepted

Accepted.

Creating

Creating.

Deleting

Deleting.

Failed

Failed.

Moving

Moving.

ResolvingDns

ResolvingDNS.

Succeeded

Succeeded.

Methods

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

Equality(ServiceAccountProvisioningState, ServiceAccountProvisioningState)

Determines if two ServiceAccountProvisioningState values are the same.

Implicit(String to ServiceAccountProvisioningState)

Converts a string to a ServiceAccountProvisioningState.

Inequality(ServiceAccountProvisioningState, ServiceAccountProvisioningState)

Determines if two ServiceAccountProvisioningState values are not the same.

Applies to