Megosztás a következőn keresztül:


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

Parameters

subscriptionResource
SubscriptionResource

The SubscriptionResource instance the method will execute against.

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.

subscriptionResource or locationName is null.

Applies to