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