ArmComputeModelFactory.RegionalReplicationStatus Method
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.
Initializes a new instance of RegionalReplicationStatus.
public static Azure.ResourceManager.Compute.Models.RegionalReplicationStatus RegionalReplicationStatus (string region = default, Azure.ResourceManager.Compute.Models.RegionalReplicationState? state = default, string details = default, int? progress = default);
static member RegionalReplicationStatus : string * Nullable<Azure.ResourceManager.Compute.Models.RegionalReplicationState> * string * Nullable<int> -> Azure.ResourceManager.Compute.Models.RegionalReplicationStatus
Public Shared Function RegionalReplicationStatus (Optional region As String = Nothing, Optional state As Nullable(Of RegionalReplicationState) = Nothing, Optional details As String = Nothing, Optional progress As Nullable(Of Integer) = Nothing) As RegionalReplicationStatus
Parameters
- region
- String
The region to which the gallery image version is being replicated to.
- state
- Nullable<RegionalReplicationState>
This is the regional replication state.
- details
- String
The details of the replication status.
Returns
A new RegionalReplicationStatus instance for mocking.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET