TrafficControllerAssociationResource.GetAsync(CancellationToken) Method

Definition

Get a Association

  • Request Path. : /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceNetworking/trafficControllers/{trafficControllerName}/associations/{associationName}.
  • Operation Id. : AssociationsInterface_Get.
  • Default Api Version. : 2025-03-01-preview.
  • Resource. : TrafficControllerAssociationResource.
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.ServiceNetworking.TrafficControllerAssociationResource>> GetAsync(System.Threading.CancellationToken cancellationToken = default);
abstract member GetAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.ServiceNetworking.TrafficControllerAssociationResource>>
override this.GetAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.ServiceNetworking.TrafficControllerAssociationResource>>
Public Overridable Function GetAsync (Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of TrafficControllerAssociationResource))

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Applies to