ConfigureAlertRequest Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.