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

ASRAlertSetting Constructors

Definition

Overloads

ASRAlertSetting()

Initializes a new instance of the ASRAlertSetting class.

ASRAlertSetting(Alert)

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

ASRAlertSetting()

Initializes a new instance of the ASRAlertSetting class.

public ASRAlertSetting ();
Public Sub New ()

Applies to

ASRAlertSetting(Alert)

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

public ASRAlertSetting (Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.Alert alertSettings);
new Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRAlertSetting : Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.Alert -> Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRAlertSetting
Public Sub New (alertSettings As Alert)

Parameters

alertSettings
Alert

AlertSetting Object

Applies to