ArmSecurityInsightsModelFactory.AutomationRulePropertyArrayChangedValuesCondition 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.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.