MediaServicesAccountResource.GetContentKeyPolicyAsync Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Abrufen der Details einer Inhaltsschlüsselrichtlinie im Media Services-Konto
- Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Media/mediaServices/{accountName}/contentKeyPolicies/{contentKeyPolicyName}
- Vorgangs-IdContentKeyPolicies_Get
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))
Parameter
- contentKeyPolicyName
- String
Der Name der Inhaltsschlüsselrichtlinie.
- cancellationToken
- CancellationToken
Das zu verwendende Abbruchtoken.
Gibt zurück
Ausnahmen
contentKeyPolicyName
ist eine leere Zeichenfolge und wurde erwartet, dass sie nicht leer ist.
contentKeyPolicyName
ist NULL.