次の方法で共有


ContentKeyPolicyRestrictionTokenType 構造体

定義

トークンの種類。

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

コンストラクター

ContentKeyPolicyRestrictionTokenType(String)

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

プロパティ

Jwt

JSON Web トークン。

Swt

単純な Web トークン。

Unknown

現在の API バージョンでは使用できない ContentKeyPolicyRestrictionTokenType を表します。

メソッド

Equals(ContentKeyPolicyRestrictionTokenType)

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

ToString()

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

演算子

Equality(ContentKeyPolicyRestrictionTokenType, ContentKeyPolicyRestrictionTokenType)

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

Implicit(String to ContentKeyPolicyRestrictionTokenType)

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

Inequality(ContentKeyPolicyRestrictionTokenType, ContentKeyPolicyRestrictionTokenType)

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

適用対象