你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
ArmSecurityCenterModelFactory.SecurityAutomationData 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
初始化 SecurityAutomationData 的新实例。
public static Azure.ResourceManager.SecurityCenter.SecurityAutomationData SecurityAutomationData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, System.Collections.Generic.IDictionary<string,string> tags = default, Azure.Core.AzureLocation location = default, string description = default, bool? isEnabled = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.SecurityCenter.Models.SecurityAutomationScope> scopes = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.SecurityCenter.Models.SecurityAutomationSource> sources = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.SecurityCenter.Models.SecurityAutomationAction> actions = default, string kind = default, Azure.ETag? eTag = default);
static member SecurityAutomationData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * System.Collections.Generic.IDictionary<string, string> * Azure.Core.AzureLocation * string * Nullable<bool> * seq<Azure.ResourceManager.SecurityCenter.Models.SecurityAutomationScope> * seq<Azure.ResourceManager.SecurityCenter.Models.SecurityAutomationSource> * seq<Azure.ResourceManager.SecurityCenter.Models.SecurityAutomationAction> * string * Nullable<Azure.ETag> -> Azure.ResourceManager.SecurityCenter.SecurityAutomationData
Public Shared Function SecurityAutomationData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional location As AzureLocation = Nothing, Optional description As String = Nothing, Optional isEnabled As Nullable(Of Boolean) = Nothing, Optional scopes As IEnumerable(Of SecurityAutomationScope) = Nothing, Optional sources As IEnumerable(Of SecurityAutomationSource) = Nothing, Optional actions As IEnumerable(Of SecurityAutomationAction) = Nothing, Optional kind As String = Nothing, Optional eTag As Nullable(Of ETag) = Nothing) As SecurityAutomationData
参数
ID。
- name
- String
名称。
- resourceType
- ResourceType
resourceType。
- systemData
- SystemData
systemData。
- tags
- IDictionary<String,String>
标记。
- location
- AzureLocation
位置。
- description
- String
安全自动化说明。
- scopes
- IEnumerable<SecurityAutomationScope>
应用安全自动化逻辑的范围集合。 支持的范围是订阅本身或该订阅下的资源组。 自动化仅适用于定义的范围。
- sources
- IEnumerable<SecurityAutomationSource>
评估安全自动化规则集的源事件类型的集合。
- actions
- IEnumerable<SecurityAutomationAction>
如果至少一个规则集中所有配置的规则评估为 true,则触发的操作集合。 请注意 SecurityAutomationAction , 是基类。 根据方案,可能需要在此处分配基类的派生类,或者需要将此属性强制转换为可能的派生类之一。 可用的派生类包括 SecurityAutomationActionEventHub(ResourceIdentifier, String, String)、 SecurityAutomationActionLogicApp 和 SecurityAutomationActionWorkspace。
- kind
- String
资源的种类。
返回
用于模拟的新 SecurityAutomationData 实例。