Freigeben über


StreamingLocatorResource.GetContentKeysAsync(CancellationToken) Methode

Definition

Auflisten von Inhaltsschlüsseln, die von diesem Streaminglocator verwendet werden

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Media/mediaServices/{accountName}/streamingLocators/{streamingLocatorName}/listContentKeys
  • Vorgang IdStreamingLocators_ListContentKeys
public virtual Azure.AsyncPageable<Azure.ResourceManager.Media.Models.StreamingLocatorContentKey> GetContentKeysAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetContentKeysAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Media.Models.StreamingLocatorContentKey>
override this.GetContentKeysAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Media.Models.StreamingLocatorContentKey>
Public Overridable Function GetContentKeysAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of StreamingLocatorContentKey)

Parameter

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Eine asynchrone Sammlung von, bei der StreamingLocatorContentKey mehrere Dienstanforderungen zum Durchlaufen verwendet werden können.

Gilt für: