Package version:

Interface ValidatedSolutionRecipesOperations

Interface representing a ValidatedSolutionRecipes operations.

interface ValidatedSolutionRecipesOperations {
    get: ((location: string, validatedSolutionRecipeName: string, options?: ValidatedSolutionRecipesGetOptionalParams) => Promise<ValidatedSolutionRecipe>);
    listBySubscriptionLocationResource: ((location: string, options?: ValidatedSolutionRecipesListBySubscriptionLocationResourceOptionalParams) => PagedAsyncIterableIterator<ValidatedSolutionRecipe, {}, PageSettings>);
}

Properties

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

Get a validated solution recipe.

List all validated solution recipes.