Udostępnij przez


SourceControlOperationState Struct

Definition

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

Name Description
SourceControlOperationState(String)

Initializes a new instance of SourceControlOperationState.

Properties

Name Description
Canceled

Canceled.

Failed

Failed.

InProgress

InProgress.

Succeeded

Succeeded.

Methods

Name Description
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

Name Description
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