MockableQuantumSubscriptionResource.GetSuiteOfferAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the SuiteOffer resource associated with the given name.
- Request Path. : /subscriptions/{subscriptionId}/providers/Microsoft.Quantum/suiteOffers.
- Operation Id. : SuiteOffers_ListBySubscription.
- Default Api Version. : 2025-12-15-preview.
public virtual Azure.AsyncPageable<Azure.ResourceManager.Quantum.Models.QuantumSuiteOffer> GetSuiteOfferAsync(System.Threading.CancellationToken cancellationToken = default);
abstract member GetSuiteOfferAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Quantum.Models.QuantumSuiteOffer>
override this.GetSuiteOfferAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Quantum.Models.QuantumSuiteOffer>
Public Overridable Function GetSuiteOfferAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of QuantumSuiteOffer)
Parameters
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
A collection of QuantumSuiteOffer that may take multiple service requests to iterate over.