CdnWebAgentKnowledgeSourceResource.Get(CancellationToken) Method

Definition

Gets a knowledge source with the specified name within a web agent.

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

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Applies to