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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.AggregatedReplicationStateTypeConverter))]
public struct AggregatedReplicationState : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.AggregatedReplicationState>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.AggregatedReplicationStateTypeConverter))>]
type AggregatedReplicationState = struct
interface IArgumentCompleter
Public Structure AggregatedReplicationState
Implements IArgumentCompleter, IEquatable(Of AggregatedReplicationState)
- Inheritance
-
AggregatedReplicationState
- Attributes
- Implements
Fields
Completed | |
Failed | |
InProgress | |
Unknown |
Methods
CompleteArgument(String, String, String, CommandAst, IDictionary) |
Implementations of this function are called by PowerShell to complete arguments. |
Equals(AggregatedReplicationState) |
Compares values of enum type AggregatedReplicationState |
Equals(Object) |
Compares values of enum type AggregatedReplicationState (override for Object) |
GetHashCode() |
Returns hashCode for enum AggregatedReplicationState |
ToString() |
Returns string representation for AggregatedReplicationState |
Operators
Equality(AggregatedReplicationState, AggregatedReplicationState) |
Overriding == operator for enum AggregatedReplicationState |
Implicit(AggregatedReplicationState to String) |
Implicit operator to convert AggregatedReplicationState to string |
Implicit(String to AggregatedReplicationState) |
Implicit operator to convert string to AggregatedReplicationState |
Inequality(AggregatedReplicationState, AggregatedReplicationState) |
Overriding != operator for enum AggregatedReplicationState |