ValidatedSolutionRecipeCollection.GetAll(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.Pageable<Azure.ResourceManager.Hci.ValidatedSolutionRecipeResource> GetAll(System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Hci.ValidatedSolutionRecipeResource>
override this.GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Hci.ValidatedSolutionRecipeResource>
Public Overridable Function GetAll (Optional cancellationToken As CancellationToken = Nothing) As Pageable(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