次の方法で共有


ContentKeyPoliciesOperationsExtensions.GetAsync メソッド

定義

コンテンツ キー ポリシーを取得する

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Media.Models.ContentKeyPolicy> GetAsync (this Microsoft.Azure.Management.Media.IContentKeyPoliciesOperations operations, string resourceGroupName, string accountName, string contentKeyPolicyName, System.Threading.CancellationToken cancellationToken = default);
static member GetAsync : Microsoft.Azure.Management.Media.IContentKeyPoliciesOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Media.Models.ContentKeyPolicy>
<Extension()>
Public Function GetAsync (operations As IContentKeyPoliciesOperations, resourceGroupName As String, accountName As String, contentKeyPolicyName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ContentKeyPolicy)

パラメーター

operations
IContentKeyPoliciesOperations

この拡張メソッドの操作グループ。

resourceGroupName
String

Azure サブスクリプション内のリソース グループの名前。

accountName
String

Media Services アカウント名。

contentKeyPolicyName
String

コンテンツ キー ポリシー名。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

注釈

Media Services アカウントのコンテンツ キー ポリシーの詳細を取得する

適用対象