你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ArmSecurityCenterModelFactory.ConnectionToIPNotAllowed 方法

定义

初始化 ConnectionToIPNotAllowed 的新实例。

public static Azure.ResourceManager.SecurityCenter.Models.ConnectionToIPNotAllowed ConnectionToIPNotAllowed (string displayName = default, string description = default, bool isEnabled = false, Azure.ResourceManager.SecurityCenter.Models.SecurityValueType? valueType = default, System.Collections.Generic.IEnumerable<string> allowlistValues = default);
static member ConnectionToIPNotAllowed : string * string * bool * Nullable<Azure.ResourceManager.SecurityCenter.Models.SecurityValueType> * seq<string> -> Azure.ResourceManager.SecurityCenter.Models.ConnectionToIPNotAllowed
Public Shared Function ConnectionToIPNotAllowed (Optional displayName As String = Nothing, Optional description As String = Nothing, Optional isEnabled As Boolean = false, Optional valueType As Nullable(Of SecurityValueType) = Nothing, Optional allowlistValues As IEnumerable(Of String) = Nothing) As ConnectionToIPNotAllowed

参数

displayName
String

自定义警报的显示名称。

description
String

自定义警报的说明。

isEnabled
Boolean

自定义警报的状态。

valueType
Nullable<SecurityValueType>

列表中的项的值类型。

allowlistValues
IEnumerable<String>

要允许的值。 值的格式取决于规则类型。

返回

用于模拟的新 ConnectionToIPNotAllowed 实例。

适用于