Share via


DependencyMapProvisioningState Struct

Definition

Provisioning state of the resource.

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

Constructors

DependencyMapProvisioningState(String)

Initializes a new instance of DependencyMapProvisioningState.

Properties

Accepted

This state indicates that the operation on the resource has been accepted.

Canceled

Resource creation was canceled.

Deleting

This state indicates that the resource is being deleted.

Failed

Resource creation failed.

Provisioning

This state indicates that the resource is being provisioned.

Succeeded

Resource has been created.

Updating

This state indicates that the resource is being updated.

Methods

Equals(DependencyMapProvisioningState)

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

Determines if two DependencyMapProvisioningState values are the same.

Implicit(String to DependencyMapProvisioningState)

Converts a String to a DependencyMapProvisioningState.

Inequality(DependencyMapProvisioningState, DependencyMapProvisioningState)

Determines if two DependencyMapProvisioningState values are not the same.

Applies to