NetworkFabricCommitBatchState Struct

Definition

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.

Applies to