HyperVReplicaAzureReprotectInput Class
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.
Azure specific reprotect input.
[Newtonsoft.Json.JsonObject("HyperVReplicaAzure")]
public class HyperVReplicaAzureReprotectInput : Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.ReverseReplicationProviderSpecificInput
[<Newtonsoft.Json.JsonObject("HyperVReplicaAzure")>]
type HyperVReplicaAzureReprotectInput = class
inherit ReverseReplicationProviderSpecificInput
Public Class HyperVReplicaAzureReprotectInput
Inherits ReverseReplicationProviderSpecificInput
- Inheritance
- Attributes
-
Newtonsoft.Json.JsonObjectAttribute
Constructors
HyperVReplicaAzureReprotectInput() |
Initializes a new instance of the HyperVReplicaAzureReprotectInput class. |
HyperVReplicaAzureReprotectInput(String, String, String, String, String, String) |
Initializes a new instance of the HyperVReplicaAzureReprotectInput class. |
Properties
HvHostVMId |
Gets or sets the Hyper-V host Vm Id. |
LogStorageAccountId |
Gets or sets the storage account to be used for logging during replication. |
OSType |
Gets or sets the OS type associated with vm. |
StorageAccountId |
Gets or sets the storage account name. |
VHdId |
Gets or sets the OS disk VHD id associated with vm. |
VMName |
Gets or sets the Vm Name. |