HyperVReplicaAzureEventDetails 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
HyperVReplicaAzureEventDetails() |
Initializes a new instance of the HyperVReplicaAzureEventDetails class. |
HyperVReplicaAzureEventDetails(String, String, String) |
Initializes a new instance of the HyperVReplicaAzureEventDetails class. |
HyperVReplicaAzureEventDetails()
Initializes a new instance of the HyperVReplicaAzureEventDetails class.
public HyperVReplicaAzureEventDetails ();
Public Sub New ()
Applies to
HyperVReplicaAzureEventDetails(String, String, String)
Initializes a new instance of the HyperVReplicaAzureEventDetails class.
public HyperVReplicaAzureEventDetails (string containerName = default, string fabricName = default, string remoteContainerName = default);
new Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.HyperVReplicaAzureEventDetails : string * string * string -> Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.HyperVReplicaAzureEventDetails
Public Sub New (Optional containerName As String = Nothing, Optional fabricName As String = Nothing, Optional remoteContainerName As String = Nothing)
Parameters
- containerName
- String
The container friendly name.
- fabricName
- String
The fabric friendly name.
- remoteContainerName
- String
The remote container name.