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

ReverseReplicationInput Constructors

Definition

Overloads

ReverseReplicationInput()

Initializes a new instance of the ReverseReplicationInput class.

ReverseReplicationInput(ReverseReplicationInputProperties)

Initializes a new instance of the ReverseReplicationInput class.

ReverseReplicationInput()

Initializes a new instance of the ReverseReplicationInput class.

public ReverseReplicationInput ();
Public Sub New ()

Applies to

ReverseReplicationInput(ReverseReplicationInputProperties)

Initializes a new instance of the ReverseReplicationInput class.

public ReverseReplicationInput (Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.ReverseReplicationInputProperties properties = default);
new Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.ReverseReplicationInput : Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.ReverseReplicationInputProperties -> Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.ReverseReplicationInput
Public Sub New (Optional properties As ReverseReplicationInputProperties = Nothing)

Parameters

properties
ReverseReplicationInputProperties

Reverse replication properties.

Applies to