Share via


MediaServicesAccountResource.GetContentKeyPolicyAsync Method

Definition

Get the details of a Content Key Policy in the Media Services account

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Media/mediaServices/{accountName}/contentKeyPolicies/{contentKeyPolicyName}
  • Operation Id: ContentKeyPolicies_Get
  • Default Api Version: 2023-01-01
  • Resource: ContentKeyPolicyResource
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Media.ContentKeyPolicyResource>> GetContentKeyPolicyAsync(string contentKeyPolicyName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetContentKeyPolicyAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Media.ContentKeyPolicyResource>>
override this.GetContentKeyPolicyAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Media.ContentKeyPolicyResource>>
Public Overridable Function GetContentKeyPolicyAsync (contentKeyPolicyName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of ContentKeyPolicyResource))

Parameters

contentKeyPolicyName
System.String

The Content Key Policy name.

cancellationToken
System.Threading.CancellationToken

The cancellation token to use.

Returns

System.Threading.Tasks.Task<Azure.Response<ContentKeyPolicyResource>>

Exceptions

System.ArgumentNullException

contentKeyPolicyName is null.

System.ArgumentException

contentKeyPolicyName is an empty string, and was expected to be non-empty.

Applies to