你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
CustomAlertRule 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
CustomAlertRule() |
Initializes a new instance of the CustomAlertRule class. |
CustomAlertRule(Boolean, String, String) |
Initializes a new instance of the CustomAlertRule class. |
CustomAlertRule()
Initializes a new instance of the CustomAlertRule class.
public CustomAlertRule ();
Public Sub New ()
Applies to
CustomAlertRule(Boolean, String, String)
Initializes a new instance of the CustomAlertRule class.
public CustomAlertRule (bool isEnabled, string displayName = default, string description = default);
new Microsoft.Azure.Management.Security.Models.CustomAlertRule : bool * string * string -> Microsoft.Azure.Management.Security.Models.CustomAlertRule
Public Sub New (isEnabled As Boolean, Optional displayName As String = Nothing, Optional description As String = Nothing)
Parameters
- isEnabled
- Boolean
Status of the custom alert.
- displayName
- String
The display name of the custom alert.
- description
- String
The description of the custom alert.