你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
LocalUserNotAllowed Class
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.
Login by a local user that isn't allowed. Allow list consists of login names to allow.
[Newtonsoft.Json.JsonObject("LocalUserNotAllowed")]
public class LocalUserNotAllowed : Microsoft.Azure.Management.Security.Models.AllowlistCustomAlertRule
[<Newtonsoft.Json.JsonObject("LocalUserNotAllowed")>]
type LocalUserNotAllowed = class
inherit AllowlistCustomAlertRule
Public Class LocalUserNotAllowed
Inherits AllowlistCustomAlertRule
- Inheritance
- Attributes
-
Newtonsoft.Json.JsonObjectAttribute
Constructors
LocalUserNotAllowed() |
Initializes a new instance of the LocalUserNotAllowed class. |
LocalUserNotAllowed(Boolean, IList<String>, String, String, String) |
Initializes a new instance of the LocalUserNotAllowed class. |
Properties
AllowlistValues |
Gets or sets the values to allow. The format of the values depends on the rule type. (Inherited from AllowlistCustomAlertRule) |
Description |
Gets the description of the custom alert. (Inherited from CustomAlertRule) |
DisplayName |
Gets the display name of the custom alert. (Inherited from CustomAlertRule) |
IsEnabled |
Gets or sets status of the custom alert. (Inherited from CustomAlertRule) |
ValueType |
Gets the value type of the items in the list. Possible values include: 'IpCidr', 'String' (Inherited from ListCustomAlertRule) |
Methods
Validate() |
Validate the object. |
Extension Methods
ConvertToPSType(AllowlistCustomAlertRule) |