Freigeben über


StreamingLocatorResource.GetContentKeys(CancellationToken) Methode

Definition

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

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

Parameter

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Eine Sammlung von StreamingLocatorContentKey , die mehrere Dienstanforderungen durchlaufen kann.

Gilt für: