ArmRecoveryServicesSiteRecoveryModelFactory.InitialReplicationDetails 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 InitialReplicationDetails.
public static Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.InitialReplicationDetails InitialReplicationDetails (string initialReplicationType = default, string initialReplicationProgressPercentage = default);
static member InitialReplicationDetails : string * string -> Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.InitialReplicationDetails
Public Shared Function InitialReplicationDetails (Optional initialReplicationType As String = Nothing, Optional initialReplicationProgressPercentage As String = Nothing) As InitialReplicationDetails
Parameters
- initialReplicationType
- String
Initial replication type.
- initialReplicationProgressPercentage
- String
The initial replication progress percentage.
Returns
A new InitialReplicationDetails instance for mocking.
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET