VoiceServicesTestLineCollection.GetAll(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.Pageable<Azure.ResourceManager.VoiceServices.VoiceServicesTestLineResource> GetAll (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.VoiceServices.VoiceServicesTestLineResource>
override this.GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.VoiceServices.VoiceServicesTestLineResource>
Public Overridable Function GetAll (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of VoiceServicesTestLineResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to