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

DeploymentStackProvisioningState(String)

Initializes a new instance of DeploymentStackProvisioningState.

Properties

Canceled

canceled.

Canceling

canceling.

Creating

creating.

Deleting

deleting.

DeletingResources

deletingResources.

Deploying

deploying.

Failed

failed.

Succeeded

succeeded.

UpdatingDenyAssignments

updatingDenyAssignments.

Validating

validating.

Waiting

waiting.

Methods

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

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