你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
ArmSecurityCenterModelFactory.ActiveConnectionsNotInAllowedRange 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
初始化 ActiveConnectionsNotInAllowedRange 的新实例。
public static Azure.ResourceManager.SecurityCenter.Models.ActiveConnectionsNotInAllowedRange ActiveConnectionsNotInAllowedRange (string displayName = default, string description = default, bool isEnabled = false, int minThreshold = 0, int maxThreshold = 0, TimeSpan timeWindowSize = default);
static member ActiveConnectionsNotInAllowedRange : string * string * bool * int * int * TimeSpan -> Azure.ResourceManager.SecurityCenter.Models.ActiveConnectionsNotInAllowedRange
Public Shared Function ActiveConnectionsNotInAllowedRange (Optional displayName As String = Nothing, Optional description As String = Nothing, Optional isEnabled As Boolean = false, Optional minThreshold As Integer = 0, Optional maxThreshold As Integer = 0, Optional timeWindowSize As TimeSpan = Nothing) As ActiveConnectionsNotInAllowedRange
参数
- displayName
- String
自定义警报的显示名称。
- description
- String
自定义警报的说明。
- isEnabled
- Boolean
自定义警报的状态。
- minThreshold
- Int32
最小阈值。
- maxThreshold
- Int32
最大阈值。
- timeWindowSize
- TimeSpan
iso8601 格式的时间窗口大小。
返回
用于模拟的新 ActiveConnectionsNotInAllowedRange 实例。