MockableQuantumSubscriptionResource.GetProviderOfferingsAsync Method

Definition

Returns the list of all provider offerings available for the given location.

  • Request Path. : /subscriptions/{subscriptionId}/providers/Microsoft.Quantum/locations/{locationName}/offerings.
  • Operation Id. : Offerings_List.
  • Default Api Version. : 2025-12-15-preview.
public virtual Azure.AsyncPageable<Azure.ResourceManager.Quantum.Models.QuantumProviderOffer> GetProviderOfferingsAsync(Azure.Core.AzureLocation locationName, string filter = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetProviderOfferingsAsync : Azure.Core.AzureLocation * string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Quantum.Models.QuantumProviderOffer>
override this.GetProviderOfferingsAsync : Azure.Core.AzureLocation * string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Quantum.Models.QuantumProviderOffer>
Public Overridable Function GetProviderOfferingsAsync (locationName As AzureLocation, Optional filter As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of QuantumProviderOffer)

Parameters

locationName
AzureLocation

Location.

filter
String

The filter to apply to the operation. Example: '$filter=kind eq 'v1'.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

A collection of QuantumProviderOffer that may take multiple service requests to iterate over.

Applies to