NetworkCloudStepStateStatus 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.
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 |
Completed. |
| Failed |
Failed. |
| InProgress |
InProgress. |
| NotStarted |
NotStarted. |
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. |
| Inequality(NetworkCloudStepStateStatus, NetworkCloudStepStateStatus) |
Determines if two NetworkCloudStepStateStatus values are not the same. |