ValidatedSolutionRecipeResource.GetAsync(CancellationToken) Method

Definition

Get a validated solution recipe.

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

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Applies to