DevOpsInfrastructureProvisioningState Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
DevOpsInfrastructureProvisioningState(String) |
Initializes a new instance of DevOpsInfrastructureProvisioningState. |
Properties
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
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
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
Azure SDK for .NET