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