Share via


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

AggregatedReplicationState(String)

Initializes a new instance of AggregatedReplicationState.

Properties

Completed

Completed.

Failed

Failed.

InProgress

InProgress.

Unknown

Unknown.

Methods

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

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