NetworkFabricCommitBatchState 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.
Commit Batch State.
public readonly struct NetworkFabricCommitBatchState : IEquatable<Azure.ResourceManager.ManagedNetworkFabric.Models.NetworkFabricCommitBatchState>
type NetworkFabricCommitBatchState = struct
Public Structure NetworkFabricCommitBatchState
Implements IEquatable(Of NetworkFabricCommitBatchState)
- Inheritance
-
NetworkFabricCommitBatchState
- Implements
Constructors
| Name | Description |
|---|---|
| NetworkFabricCommitBatchState(String) |
Initializes a new instance of NetworkFabricCommitBatchState. |
Properties
| Name | Description |
|---|---|
| Failed |
CommitBatchState-Failed. |
| Processing |
CommitBatchState-PartialSuccess. |
| Succeeded |
CommitBatchState-Succeeded. |
Methods
| Name | Description |
|---|---|
| Equals(NetworkFabricCommitBatchState) |
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(NetworkFabricCommitBatchState, NetworkFabricCommitBatchState) |
Determines if two NetworkFabricCommitBatchState values are the same. |
| Implicit(String to NetworkFabricCommitBatchState) |
Converts a String to a NetworkFabricCommitBatchState. |
| Inequality(NetworkFabricCommitBatchState, NetworkFabricCommitBatchState) |
Determines if two NetworkFabricCommitBatchState values are not the same. |