Share via


DevOpsInfrastructureProvisioningState Struct

Definition

The status of the current operation.

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

Constructors

Name Description
DevOpsInfrastructureProvisioningState(String)

Initializes a new instance of DevOpsInfrastructureProvisioningState.

Properties

Name Description
Accepted

Represents an accepted operation.

Canceled

Represents a canceled operation.

Deleting

Represents an operation under deletion.

Failed

Represents a failed operation.

Provisioning

Represents a pending operation.

Succeeded

Represents a succeeded operation.

Updating

Represents a pending operation.

Methods

Name Description
Equals(DevOpsInfrastructureProvisioningState)

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

Determines if two DevOpsInfrastructureProvisioningState values are the same.

Implicit(String to DevOpsInfrastructureProvisioningState)

Converts a string to a DevOpsInfrastructureProvisioningState.

Inequality(DevOpsInfrastructureProvisioningState, DevOpsInfrastructureProvisioningState)

Determines if two DevOpsInfrastructureProvisioningState values are not the same.

Applies to