RegionalReplicationStatus Class
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 regional replication status.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.RegionalReplicationStatusTypeConverter))]
public class RegionalReplicationStatus : Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.IRegionalReplicationStatus
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.RegionalReplicationStatusTypeConverter))>]
type RegionalReplicationStatus = class
interface IRegionalReplicationStatus
interface IJsonSerializable
Public Class RegionalReplicationStatus
Implements IRegionalReplicationStatus
- Inheritance
-
RegionalReplicationStatus
- Attributes
- Implements
Constructors
RegionalReplicationStatus() |
Creates an new RegionalReplicationStatus instance. |
Properties
Detail |
The details of the replication status. |
Progress |
It indicates progress of the replication job. |
Region |
The region to which the gallery image version is being replicated to. |
State |
This is the regional replication state. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of RegionalReplicationStatus. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of RegionalReplicationStatus. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.IRegionalReplicationStatus. |
FromJsonString(String) |
Creates a new instance of RegionalReplicationStatus, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of RegionalReplicationStatus into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |