ArmSecurityInsightsModelFactory.AutomationRulePropertyValuesChangedCondition Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.