Share via


MockableSearchTenantResource.GetOfferingsAsync(CancellationToken) Method

Definition

Lists all of the features and SKUs offered by the Azure AI Search service in each region.

  • Request Path: /providers/Microsoft.Search/offerings
  • Operation Id: Offerings_List
  • Default Api Version: 2025-02-01-preview
public virtual Azure.AsyncPageable<Azure.ResourceManager.Search.Models.SearchServiceOfferingsByRegion> GetOfferingsAsync(System.Threading.CancellationToken cancellationToken = default);
abstract member GetOfferingsAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Search.Models.SearchServiceOfferingsByRegion>
override this.GetOfferingsAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Search.Models.SearchServiceOfferingsByRegion>
Public Overridable Function GetOfferingsAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of SearchServiceOfferingsByRegion)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to