HyperVReplicaAzureReprotectInput 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
HyperVReplicaAzureReprotectInput() |
Initializes a new instance of the HyperVReplicaAzureReprotectInput class. |
HyperVReplicaAzureReprotectInput(String, String, String, String, String, String) |
Initializes a new instance of the HyperVReplicaAzureReprotectInput class. |
HyperVReplicaAzureReprotectInput()
Initializes a new instance of the HyperVReplicaAzureReprotectInput class.
public HyperVReplicaAzureReprotectInput ();
Public Sub New ()
Applies to
HyperVReplicaAzureReprotectInput(String, String, String, String, String, String)
Initializes a new instance of the HyperVReplicaAzureReprotectInput class.
public HyperVReplicaAzureReprotectInput (string hvHostVMId = default, string vmName = default, string osType = default, string vHdId = default, string storageAccountId = default, string logStorageAccountId = default);
new Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.HyperVReplicaAzureReprotectInput : string * string * string * string * string * string -> Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.HyperVReplicaAzureReprotectInput
Public Sub New (Optional hvHostVMId As String = Nothing, Optional vmName As String = Nothing, Optional osType As String = Nothing, Optional vHdId As String = Nothing, Optional storageAccountId As String = Nothing, Optional logStorageAccountId As String = Nothing)
Parameters
- hvHostVMId
- String
The Hyper-V host Vm Id.
- vmName
- String
The Vm Name.
- osType
- String
The OS type associated with vm.
- vHdId
- String
The OS disk VHD id associated with vm.
- storageAccountId
- String
The storage account name.
- logStorageAccountId
- String
The storage account to be used for logging during replication.