Udostępnij za pośrednictwem


AutomationRulePropertyChangedConditionSupportedPropertyType Struct

Definition

The AutomationRulePropertyChangedConditionSupportedPropertyType.

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

Constructors

AutomationRulePropertyChangedConditionSupportedPropertyType(String)

Initializes a new instance of AutomationRulePropertyChangedConditionSupportedPropertyType.

Properties

IncidentOwner

Evaluate the condition on the incident owner.

IncidentSeverity

Evaluate the condition on the incident severity.

IncidentStatus

Evaluate the condition on the incident status.

Methods

Equals(AutomationRulePropertyChangedConditionSupportedPropertyType)

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

Determines if two AutomationRulePropertyChangedConditionSupportedPropertyType values are the same.

Implicit(String to AutomationRulePropertyChangedConditionSupportedPropertyType)

Converts a string to a AutomationRulePropertyChangedConditionSupportedPropertyType.

Inequality(AutomationRulePropertyChangedConditionSupportedPropertyType, AutomationRulePropertyChangedConditionSupportedPropertyType)

Determines if two AutomationRulePropertyChangedConditionSupportedPropertyType values are not the same.

Applies to