你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
Confirm-AzSecurityAutomation
在创建或更新之前验证安全自动化模型。 任何验证错误都会返回到客户端
语法
Confirm-AzSecurityAutomation
-ResourceGroupName <String>
-Name <String>
-Location <String>
[-Etag <String>]
[-Tag <Hashtable>]
[-Description <String>]
[-IsEnabled <Boolean>]
-Scope <PSSecurityAutomationScope[]>
-Source <PSSecurityAutomationSource[]>
-Action <PSSecurityAutomationAction[]>
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Confirm-AzSecurityAutomation
-ResourceId <String>
-Location <String>
[-Etag <String>]
[-Tag <Hashtable>]
[-Description <String>]
[-IsEnabled <Boolean>]
-Scope <PSSecurityAutomationScope[]>
-Source <PSSecurityAutomationSource[]>
-Action <PSSecurityAutomationAction[]>
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Confirm-AzSecurityAutomation
[-Location <String>]
[-Etag <String>]
[-Tag <Hashtable>]
[-Description <String>]
[-IsEnabled <Boolean>]
[-Scope <PSSecurityAutomationScope[]>]
[-Source <PSSecurityAutomationSource[]>]
-Action <PSSecurityAutomationAction[]>
-InputObject <PSSecurityAutomation>
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
说明
在创建或更新之前验证安全自动化模型。 任何验证错误都会返回到客户端
示例
示例 1
Confirm-AzSecurityAutomation -Name 'SampleAutomation' -ResourceGroupName 'SampleResourceGroup' -Description 'Sample security automation' -Scope $scopes -Source $sources -Action $actions
验证是否在名为“SampleResourceGroup”的资源组下创建名为“SampleAutomation”的安全自动化
参数
-Action
如果所有配置的规则评估(至少一个规则集中)都为 true,则触发的操作的集合
类型: | PSSecurityAutomationAction[] |
Position: | Named |
默认值: | None |
必需: | True |
接受管道输入: | False |
接受通配符: | False |
-DefaultProfile
用于与 Azure 通信的凭据、帐户、租户和订阅。
类型: | IAzureContextContainer |
别名: | AzContext, AzureRmContext, AzureCredential |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-Description
安全自动化说明
类型: | String |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-Etag
实体标记用于比较同一请求资源的两个或多个实体
类型: | String |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-InputObject
输入对象。
类型: | PSSecurityAutomation |
Position: | Named |
默认值: | None |
必需: | True |
接受管道输入: | True |
接受通配符: | False |
-IsEnabled
是否启用规则。
类型: | Nullable<T>[Boolean] |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-Location
Location。
类型: | String |
Position: | Named |
默认值: | None |
必需: | True |
接受管道输入: | False |
接受通配符: | False |
-Name
资源名称。
类型: | String |
Position: | Named |
默认值: | None |
必需: | True |
接受管道输入: | False |
接受通配符: | False |
-ResourceGroupName
资源组名称。
类型: | String |
Position: | Named |
默认值: | None |
必需: | True |
接受管道输入: | False |
接受通配符: | False |
-ResourceId
要调用其上的命令的安全资源的 ID。
类型: | String |
Position: | Named |
默认值: | None |
必需: | True |
接受管道输入: | True |
接受通配符: | False |
-Scope
应用安全自动化逻辑的范围集合。 支持的范围是订阅本身或该订阅下的资源组。 自动化仅适用于定义的范围
类型: | PSSecurityAutomationScope[] |
Position: | Named |
默认值: | None |
必需: | True |
接受管道输入: | False |
接受通配符: | False |
-Source
评估安全自动化规则集的源事件类型的集合
类型: | PSSecurityAutomationSource[] |
Position: | Named |
默认值: | None |
必需: | True |
接受管道输入: | False |
接受通配符: | False |
-Tag
标记。
类型: | Hashtable |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |