次の方法で共有


ContentKeyPoliciesOperationsExtensions.Get メソッド

定義

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

public static Microsoft.Azure.Management.Media.Models.ContentKeyPolicy Get (this Microsoft.Azure.Management.Media.IContentKeyPoliciesOperations operations, string resourceGroupName, string accountName, string contentKeyPolicyName);
static member Get : Microsoft.Azure.Management.Media.IContentKeyPoliciesOperations * string * string * string -> Microsoft.Azure.Management.Media.Models.ContentKeyPolicy
<Extension()>
Public Function Get (operations As IContentKeyPoliciesOperations, resourceGroupName As String, accountName As String, contentKeyPolicyName As String) As ContentKeyPolicy

パラメーター

operations
IContentKeyPoliciesOperations

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

resourceGroupName
String

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

accountName
String

Media Services アカウント名。

contentKeyPolicyName
String

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

戻り値

注釈

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

適用対象