AggregatedReplicationState 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.
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
Azure SDK for .NET