次の方法で共有


IsDeviceMatchConditionType 構造体

定義

IsDeviceMatchConditionType。

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

コンストラクター

IsDeviceMatchConditionType(String)

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

プロパティ

IsDeviceCondition

DeliveryRuleIsDeviceConditionParameters。

メソッド

Equals(IsDeviceMatchConditionType)

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

ToString()

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

演算子

Equality(IsDeviceMatchConditionType, IsDeviceMatchConditionType)

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

Implicit(String to IsDeviceMatchConditionType)

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

Inequality(IsDeviceMatchConditionType, IsDeviceMatchConditionType)

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

適用対象