Share via


AutomationRulePropertyArrayChangedConditionSupportedChangeType Struct

Definition

The AutomationRulePropertyArrayChangedConditionSupportedChangeType.

public readonly struct AutomationRulePropertyArrayChangedConditionSupportedChangeType : IEquatable<Azure.ResourceManager.SecurityInsights.Models.AutomationRulePropertyArrayChangedConditionSupportedChangeType>
type AutomationRulePropertyArrayChangedConditionSupportedChangeType = struct
Public Structure AutomationRulePropertyArrayChangedConditionSupportedChangeType
Implements IEquatable(Of AutomationRulePropertyArrayChangedConditionSupportedChangeType)
Inheritance
AutomationRulePropertyArrayChangedConditionSupportedChangeType
Implements

Constructors

AutomationRulePropertyArrayChangedConditionSupportedChangeType(String)

Initializes a new instance of AutomationRulePropertyArrayChangedConditionSupportedChangeType.

Properties

Added

Evaluate the condition on items added to the array.

Methods

Equals(AutomationRulePropertyArrayChangedConditionSupportedChangeType)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Equality(AutomationRulePropertyArrayChangedConditionSupportedChangeType, AutomationRulePropertyArrayChangedConditionSupportedChangeType)

Determines if two AutomationRulePropertyArrayChangedConditionSupportedChangeType values are the same.

Implicit(String to AutomationRulePropertyArrayChangedConditionSupportedChangeType)

Converts a string to a AutomationRulePropertyArrayChangedConditionSupportedChangeType.

Inequality(AutomationRulePropertyArrayChangedConditionSupportedChangeType, AutomationRulePropertyArrayChangedConditionSupportedChangeType)

Determines if two AutomationRulePropertyArrayChangedConditionSupportedChangeType values are not the same.

Applies to