New-AzSecurityAutomationRuleSetObject
Creates security automation rule set object
Syntax
New-AzSecurityAutomationRuleSetObject
-Rule <PSSecurityAutomationTriggeringRule[]>
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Description
Creates security automation rule set object
Examples
Example 1
New-AzSecurityAutomationRuleSetObject -Rule $rule
Creates security automation rule set object
Parameters
-DefaultProfile
The credentials, account, tenant, and subscription used for communication with Azure.
Type: | IAzureContextContainer |
Aliases: | AzContext, AzureRmContext, AzureCredential |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-Rule
A rule which is evaluated upon event interception. The rule is configured by comparing a specific value from the event model to an expected value. This comparison is done by using one of the supported operators set
Type: | PSSecurityAutomationTriggeringRule[] |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Inputs
None
Outputs
GitHub'da bizimle işbirliği yapın
Bu içeriğin kaynağı GitHub'da bulunabilir; burada ayrıca sorunları ve çekme isteklerini oluşturup gözden geçirebilirsiniz. Daha fazla bilgi için katkıda bulunan kılavuzumuzu inceleyin.
Azure PowerShell