ValidatedSolutionRecipesOperations interface
Rozhraní reprezentující operace ValidatedSolutionRecipes.
Vlastnosti
| get | Získejte ověřený recept. |
| list |
Uveďte všechny ověřené recepty na roztoky. |
Podrobnosti vlastnosti
get
Získejte ověřený recept.
get: (location: string, validatedSolutionRecipeName: string, options?: ValidatedSolutionRecipesGetOptionalParams) => Promise<ValidatedSolutionRecipe>
Hodnota vlastnosti
(location: string, validatedSolutionRecipeName: string, options?: ValidatedSolutionRecipesGetOptionalParams) => Promise<ValidatedSolutionRecipe>
listBySubscriptionLocationResource
Uveďte všechny ověřené recepty na roztoky.
listBySubscriptionLocationResource: (location: string, options?: ValidatedSolutionRecipesListBySubscriptionLocationResourceOptionalParams) => PagedAsyncIterableIterator<ValidatedSolutionRecipe, ValidatedSolutionRecipe[], PageSettings>
Hodnota vlastnosti
(location: string, options?: ValidatedSolutionRecipesListBySubscriptionLocationResourceOptionalParams) => PagedAsyncIterableIterator<ValidatedSolutionRecipe, ValidatedSolutionRecipe[], PageSettings>