ContentKeyPoliciesOperationsExtensions.GetPolicyPropertiesWithSecrets メソッド

定義

シークレットを含むコンテンツ キー ポリシーを取得する

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

パラメーター

operations
IContentKeyPoliciesOperations

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

resourceGroupName
String

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

accountName
String

Media Services アカウント名。

contentKeyPolicyName
String

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

戻り値

注釈

シークレット値を含むコンテンツ キー ポリシーを取得する

適用対象