CognitiveServicesExtensions.GetModelsAsync Method

Definition

List Models.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.CognitiveServices/locations/{location}/models
  • Operation Id: Models_List
  • Default Api Version: 2023-05-01
public static Azure.AsyncPageable<Azure.ResourceManager.CognitiveServices.Models.CognitiveServicesModel> GetModelsAsync (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, Azure.Core.AzureLocation location, System.Threading.CancellationToken cancellationToken = default);
static member GetModelsAsync : Azure.ResourceManager.Resources.SubscriptionResource * Azure.Core.AzureLocation * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.CognitiveServices.Models.CognitiveServicesModel>
<Extension()>
Public Function GetModelsAsync (subscriptionResource As SubscriptionResource, location As AzureLocation, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of CognitiveServicesModel)

Parameters

subscriptionResource
SubscriptionResource

The SubscriptionResource instance the method will execute against.

location
AzureLocation

Resource location.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Exceptions

subscriptionResource is null.

Applies to