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

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Applies to