次の方法で共有


AutomationRulePropertyChangedConditionSupportedChangedType 構造体

定義

AutomationRulePropertyChangedConditionSupportedChangedType。

public readonly struct AutomationRulePropertyChangedConditionSupportedChangedType : IEquatable<Azure.ResourceManager.SecurityInsights.Models.AutomationRulePropertyChangedConditionSupportedChangedType>
type AutomationRulePropertyChangedConditionSupportedChangedType = struct
Public Structure AutomationRulePropertyChangedConditionSupportedChangedType
Implements IEquatable(Of AutomationRulePropertyChangedConditionSupportedChangedType)
継承
AutomationRulePropertyChangedConditionSupportedChangedType
実装

コンストラクター

AutomationRulePropertyChangedConditionSupportedChangedType(String)

AutomationRulePropertyChangedConditionSupportedChangedType の新しいインスタンスを初期化します。

プロパティ

ChangedFrom

プロパティの前の値で条件を評価します。

ChangedTo

プロパティの更新された値に関する条件を評価します。

メソッド

Equals(AutomationRulePropertyChangedConditionSupportedChangedType)

現在のオブジェクトが、同じ型の別のオブジェクトと等しいかどうかを示します。

ToString()

このインスタンスの完全修飾型名を返します。

演算子

Equality(AutomationRulePropertyChangedConditionSupportedChangedType, AutomationRulePropertyChangedConditionSupportedChangedType)

2 つの AutomationRulePropertyChangedConditionSupportedChangedType 値が同じかどうかを判断します。

Implicit(String to AutomationRulePropertyChangedConditionSupportedChangedType)

文字列を AutomationRulePropertyChangedConditionSupportedChangedType に変換します。

Inequality(AutomationRulePropertyChangedConditionSupportedChangedType, AutomationRulePropertyChangedConditionSupportedChangedType)

2 つの AutomationRulePropertyChangedConditionSupportedChangedType 値が同じでないかどうかを判断します。

適用対象