Class ReplicationStatus
This is the replication status of the gallery Image Version.
Namespace: System.Dynamic.ExpandoObject
Assembly: Microsoft.Azure.Management.Compute.dll
Syntax
public class ReplicationStatus
Constructors
ReplicationStatus()
Initializes a new instance of the ReplicationStatus class.
Declaration
public ReplicationStatus ();
ReplicationStatus(String, IList<RegionalReplicationStatus>)
Initializes a new instance of the ReplicationStatus class.
Declaration
public ReplicationStatus (string aggregatedState = null, System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.RegionalReplicationStatus> summary = null);
Parameters
|
String
aggregatedState
This is the aggregated replication status based on all the regional replication status flags. Possible values include: 'Unknown', 'InProgress', 'Completed', 'Failed' |
|
IList<RegionalReplicationStatus>
summary
This is a summary of replication status for each region. |
Properties
AggregatedState
Gets this is the aggregated replication status based on all the regional replication status flags. Possible values include: 'Unknown', 'InProgress', 'Completed', 'Failed'
Declaration
[Newtonsoft.Json.JsonProperty(PropertyName="aggregatedState")]
public string AggregatedState { get; }
Property Value
|
String
|
Summary
Gets this is a summary of replication status for each region.
Declaration
[Newtonsoft.Json.JsonProperty(PropertyName="summary")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.RegionalReplicationStatus> Summary { get; }
Property Value
|
IList<RegionalReplicationStatus>
|