次の方法で共有


SecureDeliveryProtocolType 構造体

定義

セキュリティで保護された配信に使用される TLS 拡張プロトコルを定義します。

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

コンストラクター

SecureDeliveryProtocolType(String)

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

プロパティ

IPBased

IPBased。

ServerNameIndication

ServerNameIndication。

メソッド

Equals(SecureDeliveryProtocolType)

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

ToString()

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

演算子

Equality(SecureDeliveryProtocolType, SecureDeliveryProtocolType)

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

Implicit(String to SecureDeliveryProtocolType)

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

Inequality(SecureDeliveryProtocolType, SecureDeliveryProtocolType)

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

適用対象