Aracılığıyla paylaş


ConfigureAlertRequest Constructors

Definition

Overloads

ConfigureAlertRequest()

Initializes a new instance of the ConfigureAlertRequest class.

ConfigureAlertRequest(ConfigureAlertRequestProperties)

Initializes a new instance of the ConfigureAlertRequest class.

ConfigureAlertRequest()

Initializes a new instance of the ConfigureAlertRequest class.

public ConfigureAlertRequest ();
Public Sub New ()

Applies to

ConfigureAlertRequest(ConfigureAlertRequestProperties)

Initializes a new instance of the ConfigureAlertRequest class.

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

Parameters

properties
ConfigureAlertRequestProperties

The properties of a configure alert request.

Applies to