MockableQuantumSubscriptionResource.GetProviderOfferingsAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.