AzureMonitorAlertSettings 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
AzureMonitorAlertSettings() |
Initializes a new instance of the AzureMonitorAlertSettings class. |
AzureMonitorAlertSettings(String) |
Initializes a new instance of the AzureMonitorAlertSettings class. |
AzureMonitorAlertSettings()
Initializes a new instance of the AzureMonitorAlertSettings class.
public AzureMonitorAlertSettings ();
Public Sub New ()
Applies to
AzureMonitorAlertSettings(String)
Initializes a new instance of the AzureMonitorAlertSettings class.
public AzureMonitorAlertSettings (string alertsForAllJobFailures = default);
new Microsoft.Azure.Management.RecoveryServices.Models.AzureMonitorAlertSettings : string -> Microsoft.Azure.Management.RecoveryServices.Models.AzureMonitorAlertSettings
Public Sub New (Optional alertsForAllJobFailures As String = Nothing)
Parameters
- alertsForAllJobFailures
- String
Possible values include: 'Enabled', 'Disabled'
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET