你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

HyperVReplicaAzureReprotectInput Class

Definition

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
HyperVReplicaAzureReprotectInput
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.

Applies to