CdnProfileAgentResource.Get(CancellationToken) Method

Definition

Gets an agent link (web agent association) within a CDN profile.

  • Request Path. : /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cdn/profiles/{profileName}/agents/{agentName}.
  • Operation Id. : ProfileAgents_Get.
  • Default Api Version. : 2025-09-01-preview.
  • Resource. : CdnProfileAgentResource.
public virtual Azure.Response<Azure.ResourceManager.Cdn.CdnProfileAgentResource> Get(System.Threading.CancellationToken cancellationToken = default);
abstract member Get : System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Cdn.CdnProfileAgentResource>
override this.Get : System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Cdn.CdnProfileAgentResource>
Public Overridable Function Get (Optional cancellationToken As CancellationToken = Nothing) As Response(Of CdnProfileAgentResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Applies to