NetworkCloudActionStateStatus 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 action.
public readonly struct NetworkCloudActionStateStatus : IEquatable<Azure.ResourceManager.NetworkCloud.Models.NetworkCloudActionStateStatus>
type NetworkCloudActionStateStatus = struct
Public Structure NetworkCloudActionStateStatus
Implements IEquatable(Of NetworkCloudActionStateStatus)
- Inheritance
-
NetworkCloudActionStateStatus
- Implements
Constructors
| Name | Description |
|---|---|
| NetworkCloudActionStateStatus(String) |
Initializes a new instance of NetworkCloudActionStateStatus. |
Properties
| Name | Description |
|---|---|
| Completed |
Completed. |
| Failed |
Failed. |
| InProgress |
InProgress. |
Methods
| Name | Description |
|---|---|
| Equals(NetworkCloudActionStateStatus) |
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(NetworkCloudActionStateStatus, NetworkCloudActionStateStatus) |
Determines if two NetworkCloudActionStateStatus values are the same. |
| Implicit(String to NetworkCloudActionStateStatus) |
Converts a String to a NetworkCloudActionStateStatus. |
| Inequality(NetworkCloudActionStateStatus, NetworkCloudActionStateStatus) |
Determines if two NetworkCloudActionStateStatus values are not the same. |