SourceControlOperationState 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.
Current provisioning State of the operation.
public readonly struct SourceControlOperationState : IEquatable<Azure.ResourceManager.Applications.Containers.Models.SourceControlOperationState>
type SourceControlOperationState = struct
Public Structure SourceControlOperationState
Implements IEquatable(Of SourceControlOperationState)
- Inheritance
-
SourceControlOperationState
- Implements
Constructors
SourceControlOperationState(String) |
Initializes a new instance of SourceControlOperationState. |
Properties
Canceled |
Canceled. |
Failed |
Failed. |
InProgress |
InProgress. |
Succeeded |
Succeeded. |
Methods
Equals(SourceControlOperationState) |
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(SourceControlOperationState, SourceControlOperationState) |
Determines if two SourceControlOperationState values are the same. |
Implicit(String to SourceControlOperationState) |
Converts a string to a SourceControlOperationState. |
Inequality(SourceControlOperationState, SourceControlOperationState) |
Determines if two SourceControlOperationState values are not the same. |
Applies to
Azure SDK for .NET