ValidatedSolutionRecipesOperations interface
Interfejs reprezentujący operacje ValidatedSolutionRecipes.
Właściwości
| get | Zdobądź przepis na zweryfikowany roztwór. |
| list |
Wypisz wszystkie zweryfikowane przepisy na roztwory. |
Szczegóły właściwości
get
Zdobądź przepis na zweryfikowany roztwór.
get: (location: string, validatedSolutionRecipeName: string, options?: ValidatedSolutionRecipesGetOptionalParams) => Promise<ValidatedSolutionRecipe>
Wartość właściwości
(location: string, validatedSolutionRecipeName: string, options?: ValidatedSolutionRecipesGetOptionalParams) => Promise<ValidatedSolutionRecipe>
listBySubscriptionLocationResource
Wypisz wszystkie zweryfikowane przepisy na roztwory.
listBySubscriptionLocationResource: (location: string, options?: ValidatedSolutionRecipesListBySubscriptionLocationResourceOptionalParams) => PagedAsyncIterableIterator<ValidatedSolutionRecipe, ValidatedSolutionRecipe[], PageSettings>
Wartość właściwości
(location: string, options?: ValidatedSolutionRecipesListBySubscriptionLocationResourceOptionalParams) => PagedAsyncIterableIterator<ValidatedSolutionRecipe, ValidatedSolutionRecipe[], PageSettings>