ContentKeyPolicyPlayReadyUnknownOutputPassingOption.Implicit 演算子
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
Implicit(ContentKeyPolicyPlayReadyUnknownOutputPassingOption to String) |
ContentKeyPolicyPlayReadyUnknownOutputPassingOption を文字列に変換する暗黙的な演算子 |
Implicit(String to ContentKeyPolicyPlayReadyUnknownOutputPassingOption) |
文字列を ContentKeyPolicyPlayReadyUnknownOutputPassingOption に変換する暗黙的な演算子 |
Implicit(ContentKeyPolicyPlayReadyUnknownOutputPassingOption to String)
ContentKeyPolicyPlayReadyUnknownOutputPassingOption を文字列に変換する暗黙的な演算子
public static implicit operator string (Microsoft.Azure.Management.Media.Models.ContentKeyPolicyPlayReadyUnknownOutputPassingOption e);
static member op_Implicit : Microsoft.Azure.Management.Media.Models.ContentKeyPolicyPlayReadyUnknownOutputPassingOption -> string
Public Shared Widening Operator CType (e As ContentKeyPolicyPlayReadyUnknownOutputPassingOption) As String
パラメーター
戻り値
適用対象
Implicit(String to ContentKeyPolicyPlayReadyUnknownOutputPassingOption)
文字列を ContentKeyPolicyPlayReadyUnknownOutputPassingOption に変換する暗黙的な演算子
public static implicit operator Microsoft.Azure.Management.Media.Models.ContentKeyPolicyPlayReadyUnknownOutputPassingOption (string value);
static member op_Implicit : string -> Microsoft.Azure.Management.Media.Models.ContentKeyPolicyPlayReadyUnknownOutputPassingOption
Public Shared Widening Operator CType (value As String) As ContentKeyPolicyPlayReadyUnknownOutputPassingOption
パラメーター
- value
- String
戻り値
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET