ArmSecurityInsightsModelFactory.AutomationRulePropertyArrayChangedValuesCondition Method

Definition

public static Azure.ResourceManager.SecurityInsights.Models.AutomationRulePropertyArrayChangedValuesCondition AutomationRulePropertyArrayChangedValuesCondition(Azure.ResourceManager.SecurityInsights.Models.AutomationRulePropertyArrayChangedConditionSupportedArrayType? arrayType = default, Azure.ResourceManager.SecurityInsights.Models.AutomationRulePropertyArrayChangedConditionSupportedChangeType? changeType = default);
static member AutomationRulePropertyArrayChangedValuesCondition : Nullable<Azure.ResourceManager.SecurityInsights.Models.AutomationRulePropertyArrayChangedConditionSupportedArrayType> * Nullable<Azure.ResourceManager.SecurityInsights.Models.AutomationRulePropertyArrayChangedConditionSupportedChangeType> -> Azure.ResourceManager.SecurityInsights.Models.AutomationRulePropertyArrayChangedValuesCondition
Public Shared Function AutomationRulePropertyArrayChangedValuesCondition (Optional arrayType As Nullable(Of AutomationRulePropertyArrayChangedConditionSupportedArrayType) = Nothing, Optional changeType As Nullable(Of AutomationRulePropertyArrayChangedConditionSupportedChangeType) = Nothing) As AutomationRulePropertyArrayChangedValuesCondition

Parameters

Returns

A new AutomationRulePropertyArrayChangedValuesCondition instance for mocking.

Applies to