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

ASRvCenter Constructors

Definition

Overloads

ASRvCenter()

Initializes a new instance of the ASRvCenter class.

ASRvCenter(VCenter)

Initializes a new instance of the ASRvCenter class with required parameters.

ASRvCenter()

Initializes a new instance of the ASRvCenter class.

public ASRvCenter ();
Public Sub New ()

Applies to

ASRvCenter(VCenter)

Initializes a new instance of the ASRvCenter class with required parameters.

public ASRvCenter (Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.VCenter vCenterServer);
new Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRvCenter : Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.VCenter -> Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRvCenter
Public Sub New (vCenterServer As VCenter)

Parameters

vCenterServer
VCenter

vCenter server object

Applies to