VoiceServicesTestLineCollection.GetAllAsync(CancellationToken) Method

Definition

List TestLine resources by CommunicationsGateway

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.VoiceServices/communicationsGateways/{communicationsGatewayName}/testLines
  • Operation Id: TestLines_ListByCommunicationsGateway
public virtual Azure.AsyncPageable<Azure.ResourceManager.VoiceServices.VoiceServicesTestLineResource> GetAllAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.VoiceServices.VoiceServicesTestLineResource>
override this.GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.VoiceServices.VoiceServicesTestLineResource>
Public Overridable Function GetAllAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of VoiceServicesTestLineResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to