RaiTopicResource.GetAsync(CancellationToken) Method

Definition

Gets the specified custom topic associated with the Azure OpenAI account.

  • Request Path. : /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CognitiveServices/accounts/{accountName}/raitopics/{raiTopicName}.
  • Operation Id. : RaiTopics_Get.
  • Default Api Version. : 2026-01-15-preview.
  • Resource. : RaiTopicResource.
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.CognitiveServices.RaiTopicResource>> GetAsync(System.Threading.CancellationToken cancellationToken = default);
abstract member GetAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.CognitiveServices.RaiTopicResource>>
override this.GetAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.CognitiveServices.RaiTopicResource>>
Public Overridable Function GetAsync (Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of RaiTopicResource))

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Applies to