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
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET