ArmRecoveryServicesSiteRecoveryModelFactory.HyperVReplica2012R2EventDetails 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 HyperVReplica2012R2EventDetails.
public static Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.HyperVReplica2012R2EventDetails HyperVReplica2012R2EventDetails (string containerName = default, string fabricName = default, string remoteContainerName = default, string remoteFabricName = default);
static member HyperVReplica2012R2EventDetails : string * string * string * string -> Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.HyperVReplica2012R2EventDetails
Public Shared Function HyperVReplica2012R2EventDetails (Optional containerName As String = Nothing, Optional fabricName As String = Nothing, Optional remoteContainerName As String = Nothing, Optional remoteFabricName As String = Nothing) As HyperVReplica2012R2EventDetails
Parameters
- containerName
- String
The container friendly name.
- fabricName
- String
The fabric friendly name.
- remoteContainerName
- String
The remote container name.
- remoteFabricName
- String
The remote fabric name.
Returns
A new HyperVReplica2012R2EventDetails 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