ValidatedSolutionRecipeCollection.GetAllAsync(CancellationToken) Method

Definition

List all validated solution recipes.

  • Request Path. : /subscriptions/{subscriptionId}/providers/Microsoft.AzureStackHCI/locations/{location}/validatedSolutionRecipes.
  • Operation Id. : ValidatedSolutionRecipes_ListBySubscriptionLocationResource.
  • Default Api Version. : 2026-04-01-preview.
public virtual Azure.AsyncPageable<Azure.ResourceManager.Hci.ValidatedSolutionRecipeResource> GetAllAsync(System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Hci.ValidatedSolutionRecipeResource>
override this.GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Hci.ValidatedSolutionRecipeResource>
Public Overridable Function GetAllAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of ValidatedSolutionRecipeResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

A collection of ValidatedSolutionRecipeResource that may take multiple service requests to iterate over.

Applies to