CdnWebAgentResource.Get(CancellationToken) Method

Definition

Gets a web agent with the specified name within a resource group.

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

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Applies to