Share via


MockableQuantumSubscriptionResource.GetOfferings 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: 2023-11-13-preview
public virtual Azure.Pageable<Azure.ResourceManager.Quantum.Models.QuantumProviderDescription> GetOfferings (string locationName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetOfferings : string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Quantum.Models.QuantumProviderDescription>
override this.GetOfferings : string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Quantum.Models.QuantumProviderDescription>
Public Overridable Function GetOfferings (locationName As String, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of QuantumProviderDescription)

Parameters

locationName
String

Location.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Exceptions

locationName is an empty string, and was expected to be non-empty.

locationName is null.

Applies to