ArmSecurityInsightsModelFactory.AutomationRulePropertyValuesChangedCondition Method

Definition

public static Azure.ResourceManager.SecurityInsights.Models.AutomationRulePropertyValuesChangedCondition AutomationRulePropertyValuesChangedCondition(Azure.ResourceManager.SecurityInsights.Models.AutomationRulePropertyChangedConditionSupportedPropertyType? propertyName = default, Azure.ResourceManager.SecurityInsights.Models.AutomationRulePropertyChangedConditionSupportedChangedType? changeType = default, Azure.ResourceManager.SecurityInsights.Models.AutomationRulePropertyConditionSupportedOperator? operator = default, System.Collections.Generic.IEnumerable<string> propertyValues = default);
static member AutomationRulePropertyValuesChangedCondition : Nullable<Azure.ResourceManager.SecurityInsights.Models.AutomationRulePropertyChangedConditionSupportedPropertyType> * Nullable<Azure.ResourceManager.SecurityInsights.Models.AutomationRulePropertyChangedConditionSupportedChangedType> * Nullable<Azure.ResourceManager.SecurityInsights.Models.AutomationRulePropertyConditionSupportedOperator> * seq<string> -> Azure.ResourceManager.SecurityInsights.Models.AutomationRulePropertyValuesChangedCondition
Public Shared Function AutomationRulePropertyValuesChangedCondition (Optional propertyName As Nullable(Of AutomationRulePropertyChangedConditionSupportedPropertyType) = Nothing, Optional changeType As Nullable(Of AutomationRulePropertyChangedConditionSupportedChangedType) = Nothing, Optional operator As Nullable(Of AutomationRulePropertyConditionSupportedOperator) = Nothing, Optional propertyValues As IEnumerable(Of String) = Nothing) As AutomationRulePropertyValuesChangedCondition

Parameters

propertyValues
IEnumerable<String>

Returns

A new AutomationRulePropertyValuesChangedCondition instance for mocking.

Applies to