OpenAIIntegrationRPModelCollection.GetAllAsync(CancellationToken) Method

Definition

List OpenAI integration rule for a given monitor resource.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Elastic/monitors/{monitorName}/openAIIntegrations
  • Operation Id: OpenAI_List
  • Default Api Version: 2024-06-15-preview
  • Resource: OpenAIIntegrationRPModelResource
public virtual Azure.AsyncPageable<Azure.ResourceManager.Elastic.OpenAIIntegrationRPModelResource> GetAllAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Elastic.OpenAIIntegrationRPModelResource>
override this.GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Elastic.OpenAIIntegrationRPModelResource>
Public Overridable Function GetAllAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of OpenAIIntegrationRPModelResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

An async collection of OpenAIIntegrationRPModelResource that may take multiple service requests to iterate over.

Applies to