Share via


ContentKeyPolicyCollection.GetAsync(String, CancellationToken) 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
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Media.ContentKeyPolicyResource>> GetAsync (string contentKeyPolicyName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Media.ContentKeyPolicyResource>>
override this.GetAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Media.ContentKeyPolicyResource>>
Public Overridable Function GetAsync (contentKeyPolicyName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of ContentKeyPolicyResource))

Parameters

contentKeyPolicyName
String

The Content Key Policy name.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

contentKeyPolicyName is null.

Applies to