Share via


MediaLiveOutputCollection.GetAllAsync(CancellationToken) Method

Definition

Lists the live outputs of a live event.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Media/mediaservices/{accountName}/liveEvents/{liveEventName}/liveOutputs
  • Operation Id: LiveOutputs_List
public virtual Azure.AsyncPageable<Azure.ResourceManager.Media.MediaLiveOutputResource> GetAllAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Media.MediaLiveOutputResource>
override this.GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Media.MediaLiveOutputResource>
Public Overridable Function GetAllAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of MediaLiveOutputResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

An async collection of MediaLiveOutputResource that may take multiple service requests to iterate over.

Applies to