AggregatedReplicationState Struct

Definition

This is the aggregated replication status based on all the regional replication status flags.

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

Constructors

Name Description
AggregatedReplicationState(String)

Initializes a new instance of AggregatedReplicationState.

Properties

Name Description
Completed

Gets the Completed.

Failed

Gets the Failed.

InProgress

Gets the InProgress.

Unknown

Gets the Unknown.

Methods

Name Description
Equals(AggregatedReplicationState)

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

Determines if two AggregatedReplicationState values are the same.

Implicit(String to AggregatedReplicationState)

Converts a string to a AggregatedReplicationState.

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

Determines if two AggregatedReplicationState values are not the same.

Applies to