Share via


ValidatedSolutionRecipesOperations interface

Interface representing a ValidatedSolutionRecipes operations.

Properties

get

Get a validated solution recipe.

listBySubscriptionLocationResource

List all validated solution recipes.

Property Details

get

Get a validated solution recipe.

get: (location: string, validatedSolutionRecipeName: string, options?: ValidatedSolutionRecipesGetOptionalParams) => Promise<ValidatedSolutionRecipe>

Property Value

(location: string, validatedSolutionRecipeName: string, options?: ValidatedSolutionRecipesGetOptionalParams) => Promise<ValidatedSolutionRecipe>

listBySubscriptionLocationResource

List all validated solution recipes.

listBySubscriptionLocationResource: (location: string, options?: ValidatedSolutionRecipesListBySubscriptionLocationResourceOptionalParams) => PagedAsyncIterableIterator<ValidatedSolutionRecipe, ValidatedSolutionRecipe[], PageSettings>

Property Value

(location: string, options?: ValidatedSolutionRecipesListBySubscriptionLocationResourceOptionalParams) => PagedAsyncIterableIterator<ValidatedSolutionRecipe, ValidatedSolutionRecipe[], PageSettings>