Bagikan melalui


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

Parameters

locationName
String

Location.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

An async 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