SourceControlDeploymentState Struct

Definition

The current state of the deployment.

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

Constructors

SourceControlDeploymentState(String)

Initializes a new instance of SourceControlDeploymentState.

Properties

Canceling

Canceling.

Completed

Completed.

InProgress

In_Progress.

Queued

Queued.

Methods

Equals(SourceControlDeploymentState)

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

Determines if two SourceControlDeploymentState values are the same.

Implicit(String to SourceControlDeploymentState)

Converts a string to a SourceControlDeploymentState.

Inequality(SourceControlDeploymentState, SourceControlDeploymentState)

Determines if two SourceControlDeploymentState values are not the same.

Applies to