你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
HyperVReplica2012R2EventDetails 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
HyperVReplica2012R2EventDetails() |
Initializes a new instance of the HyperVReplica2012R2EventDetails class. |
HyperVReplica2012R2EventDetails(String, String, String, String) |
Initializes a new instance of the HyperVReplica2012R2EventDetails class. |
HyperVReplica2012R2EventDetails()
Initializes a new instance of the HyperVReplica2012R2EventDetails class.
public HyperVReplica2012R2EventDetails ();
Public Sub New ()
Applies to
HyperVReplica2012R2EventDetails(String, String, String, String)
Initializes a new instance of the HyperVReplica2012R2EventDetails class.
public HyperVReplica2012R2EventDetails (string containerName = default, string fabricName = default, string remoteContainerName = default, string remoteFabricName = default);
new Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.HyperVReplica2012R2EventDetails : string * string * string * string -> Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.HyperVReplica2012R2EventDetails
Public Sub New (Optional containerName As String = Nothing, Optional fabricName As String = Nothing, Optional remoteContainerName As String = Nothing, Optional remoteFabricName As String = Nothing)
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.