Share via


CommunicationServicesProvisioningState Struct

Definition

Provisioning state of the resource.

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

Constructors

CommunicationServicesProvisioningState(String)

Initializes a new instance of CommunicationServicesProvisioningState.

Properties

Canceled

Canceled.

Creating

Creating.

Deleting

Deleting.

Failed

Failed.

Moving

Moving.

Running

Running.

Succeeded

Succeeded.

Unknown

Unknown.

Updating

Updating.

Methods

Equals(CommunicationServicesProvisioningState)

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

Determines if two CommunicationServicesProvisioningState values are the same.

Implicit(String to CommunicationServicesProvisioningState)

Converts a string to a CommunicationServicesProvisioningState.

Inequality(CommunicationServicesProvisioningState, CommunicationServicesProvisioningState)

Determines if two CommunicationServicesProvisioningState values are not the same.

Applies to