QuantumExtensions.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 static Azure.Pageable<Azure.ResourceManager.Quantum.Models.QuantumProviderDescription> GetOfferings (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, string locationName, System.Threading.CancellationToken cancellationToken = default);
static member GetOfferings : Azure.ResourceManager.Resources.SubscriptionResource * string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Quantum.Models.QuantumProviderDescription>
<Extension()>
Public Function GetOfferings (subscriptionResource As SubscriptionResource, locationName As String, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of QuantumProviderDescription)

Parameters

subscriptionResource
SubscriptionResource

The SubscriptionResource instance the method will execute against.

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.

subscriptionResource or locationName is null.

Applies to