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

PSSecurityAutomationTriggeringRule Class

Definition

public class PSSecurityAutomationTriggeringRule
type PSSecurityAutomationTriggeringRule = class
Public Class PSSecurityAutomationTriggeringRule
Inheritance
PSSecurityAutomationTriggeringRule

Constructors

PSSecurityAutomationTriggeringRule()

Properties

ExpectedValue

Gets or sets the expected value.

OperatorProperty

Gets or sets a valid comparer operator to use. A case-insensitive comparison will be applied for String PropertyType. Possible values include: 'Equals', 'GreaterThan', 'GreaterThanOrEqualTo', 'LesserThan', 'LesserThanOrEqualTo', 'NotEquals', 'Contains', 'StartsWith', 'EndsWith'

PropertyJPath

Gets or sets the JPath of the entity model property that should be checked.

PropertyType

Gets or sets the data type of the compared operands (string, integer, floating point number or a boolean [true/false]]. Possible values include: 'String', 'Integer', 'Number', 'Boolean'

Extension Methods

ConvertToAutomationType(PSSecurityAutomationTriggeringRule)

Applies to