MockableQuantumSubscriptionResource.GetProviderOfferings 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.Pageable<Azure.ResourceManager.Quantum.Models.QuantumProviderOffer> GetProviderOfferings(Azure.Core.AzureLocation locationName, string filter = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetProviderOfferings : Azure.Core.AzureLocation * string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Quantum.Models.QuantumProviderOffer>
override this.GetProviderOfferings : Azure.Core.AzureLocation * string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Quantum.Models.QuantumProviderOffer>
Public Overridable Function GetProviderOfferings (locationName As AzureLocation, Optional filter As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Pageable(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