AutomationRulePropertyArrayConditionSupportedArrayConditionType Struct

Definition

The AutomationRulePropertyArrayConditionSupportedArrayConditionType.

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

Constructors

AutomationRulePropertyArrayConditionSupportedArrayConditionType(String)

Initializes a new instance of AutomationRulePropertyArrayConditionSupportedArrayConditionType.

Properties

AnyItem

Evaluate the condition as true if any item fulfills it.

Methods

Equals(AutomationRulePropertyArrayConditionSupportedArrayConditionType)

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(AutomationRulePropertyArrayConditionSupportedArrayConditionType, AutomationRulePropertyArrayConditionSupportedArrayConditionType)

Determines if two AutomationRulePropertyArrayConditionSupportedArrayConditionType values are the same.

Implicit(String to AutomationRulePropertyArrayConditionSupportedArrayConditionType)

Converts a string to a AutomationRulePropertyArrayConditionSupportedArrayConditionType.

Inequality(AutomationRulePropertyArrayConditionSupportedArrayConditionType, AutomationRulePropertyArrayConditionSupportedArrayConditionType)

Determines if two AutomationRulePropertyArrayConditionSupportedArrayConditionType values are not the same.

Applies to