Freigeben über


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

Completed.

Failed

Failed.

InProgress

InProgress.

Unknown

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.

Inequality(AggregatedReplicationState, AggregatedReplicationState)

Determines if two AggregatedReplicationState values are not the same.

Applies to