NetworkCloudStepStateStatus Struct

Definition

The status of the step. A value of Completed or Failed indicates a terminal state for the step.

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

Constructors

Name Description
NetworkCloudStepStateStatus(String)

Initializes a new instance of NetworkCloudStepStateStatus.

Properties

Name Description
Completed

The completed status.

Failed

The failed status.

InProgress

The in-progress status.

NotStarted

The not started status.

Methods

Name Description
Equals(NetworkCloudStepStateStatus)

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

Determines if two NetworkCloudStepStateStatus values are the same.

Implicit(String to NetworkCloudStepStateStatus)

Converts a string to a NetworkCloudStepStateStatus.

Implicit(String to Nullable<NetworkCloudStepStateStatus>)
Inequality(NetworkCloudStepStateStatus, NetworkCloudStepStateStatus)

Determines if two NetworkCloudStepStateStatus values are not the same.

Applies to