RegionalReplicationStatus Constructors
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.
Overloads
RegionalReplicationStatus() |
Initializes a new instance of the RegionalReplicationStatus class. |
RegionalReplicationStatus(String, String, String, Nullable<Int32>) |
Initializes a new instance of the RegionalReplicationStatus class. |
RegionalReplicationStatus()
Initializes a new instance of the RegionalReplicationStatus class.
public RegionalReplicationStatus ();
Public Sub New ()
Applies to
RegionalReplicationStatus(String, String, String, Nullable<Int32>)
Initializes a new instance of the RegionalReplicationStatus class.
public RegionalReplicationStatus (string region = default, string state = default, string details = default, int? progress = default);
new Microsoft.Azure.Management.Compute.Models.RegionalReplicationStatus : string * string * string * Nullable<int> -> Microsoft.Azure.Management.Compute.Models.RegionalReplicationStatus
Public Sub New (Optional region As String = Nothing, Optional state As String = Nothing, Optional details As String = Nothing, Optional progress As Nullable(Of Integer) = Nothing)
Parameters
- region
- String
The region to which the gallery image version is being replicated to.
- state
- String
This is the regional replication state. Possible values include: 'Unknown', 'Replicating', 'Completed', 'Failed'
- details
- String
The details of the replication status.
Applies to
Azure SDK for .NET