次の方法で共有


ServerPortMatchConditionType 構造体

定義

ServerPortMatchConditionType。

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

コンストラクター

ServerPortMatchConditionType(String)

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

プロパティ

ServerPortCondition

DeliveryRuleServerPortConditionParameters。

メソッド

Equals(ServerPortMatchConditionType)

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

ToString()

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

演算子

Equality(ServerPortMatchConditionType, ServerPortMatchConditionType)

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

Implicit(String to ServerPortMatchConditionType)

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

Inequality(ServerPortMatchConditionType, ServerPortMatchConditionType)

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

適用対象