Share via


MockableServiceNetworkingSubscriptionResource.GetTrafficControllers Method

Definition

List TrafficController resources by subscription ID

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.ServiceNetworking/trafficControllers
  • Operation Id: TrafficControllerInterface_ListBySubscription
public virtual Azure.Pageable<Azure.ResourceManager.ServiceNetworking.TrafficControllerResource> GetTrafficControllers (System.Threading.CancellationToken cancellationToken = default);
abstract member GetTrafficControllers : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.ServiceNetworking.TrafficControllerResource>
override this.GetTrafficControllers : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.ServiceNetworking.TrafficControllerResource>
Public Overridable Function GetTrafficControllers (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of TrafficControllerResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to