你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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