ContentKeyPoliciesOperationsExtensions.GetPolicyPropertiesWithSecretsAsync メソッド

定義

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

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

パラメーター

operations
IContentKeyPoliciesOperations

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

resourceGroupName
String

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

accountName
String

Media Services アカウント名。

contentKeyPolicyName
String

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

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

注釈

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

適用対象