Udostępnij przez


DeploymentStackProvisioningState Struct

Definition

State of the deployment stack.

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

Constructors

Name Description
DeploymentStackProvisioningState(String)

Initializes a new instance of DeploymentStackProvisioningState.

Properties

Name Description
Canceled

canceled.

Canceling

canceling.

Creating

creating.

Deleting

deleting.

DeletingResources

deletingResources.

Deploying

deploying.

Failed

failed.

Succeeded

succeeded.

UpdatingDenyAssignments

updatingDenyAssignments.

Validating

validating.

Waiting

waiting.

Methods

Name Description
Equals(DeploymentStackProvisioningState)

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

Determines if two DeploymentStackProvisioningState values are the same.

Implicit(String to DeploymentStackProvisioningState)

Converts a String to a DeploymentStackProvisioningState.

Inequality(DeploymentStackProvisioningState, DeploymentStackProvisioningState)

Determines if two DeploymentStackProvisioningState values are not the same.

Applies to