ContentKeyPolicyRestrictionTokenType 構造体
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ContentKeyPolicyRestrictionTokenType の値を定義します。
[Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Management.Media.Models.ContentKeyPolicyRestrictionTokenTypeConverter))]
public struct ContentKeyPolicyRestrictionTokenType : IEquatable<Microsoft.Azure.Management.Media.Models.ContentKeyPolicyRestrictionTokenType>
[<Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Management.Media.Models.ContentKeyPolicyRestrictionTokenTypeConverter))>]
type ContentKeyPolicyRestrictionTokenType = struct
Public Structure ContentKeyPolicyRestrictionTokenType
Implements IEquatable(Of ContentKeyPolicyRestrictionTokenType)
- 継承
-
ContentKeyPolicyRestrictionTokenType
- 属性
-
Newtonsoft.Json.JsonConverterAttribute
- 実装
フィールド
Jwt |
JSON Web トークン。 |
Swt |
単純な Web トークン。 |
Unknown |
現在の API バージョンでは使用できない ContentKeyPolicyRestrictionTokenType を表します。 |
メソッド
Equals(ContentKeyPolicyRestrictionTokenType) |
ContentKeyPolicyRestrictionTokenType 型の列挙型を比較します |
Equals(Object) |
ContentKeyPolicyRestrictionTokenType の Equals 演算子をオーバーライドします |
GetHashCode() |
hashCode ContentKeyPolicyRestrictionTokenType の値を返します。 |
ToString() |
ContentKeyPolicyRestrictionTokenType の文字列表現を返します。 |
演算子
Equality(ContentKeyPolicyRestrictionTokenType, ContentKeyPolicyRestrictionTokenType) |
列挙型 ContentKeyPolicyRestrictionTokenType の == 演算子をオーバーライドする |
Implicit(ContentKeyPolicyRestrictionTokenType to String) |
ContentKeyPolicyRestrictionTokenType を文字列に変換する暗黙的な演算子 |
Implicit(String to ContentKeyPolicyRestrictionTokenType) |
文字列を ContentKeyPolicyRestrictionTokenType に変換する暗黙的な演算子 |
Inequality(ContentKeyPolicyRestrictionTokenType, ContentKeyPolicyRestrictionTokenType) |
列挙型 ContentKeyPolicyRestrictionTokenType の != 演算子をオーバーライドする |
適用対象
Azure SDK for .NET