ValidatedSolutionRecipesOperations interface
واجهة تمثل عمليات ValidatedSolutionRecipes.
الخصائص
| get | احصل على وصفة محلول معتمدة. |
| list |
اذكر جميع وصفات الحلول المعتمدة. |
تفاصيل الخاصية
get
احصل على وصفة محلول معتمدة.
get: (location: string, validatedSolutionRecipeName: string, options?: ValidatedSolutionRecipesGetOptionalParams) => Promise<ValidatedSolutionRecipe>
قيمة الخاصية
(location: string, validatedSolutionRecipeName: string, options?: ValidatedSolutionRecipesGetOptionalParams) => Promise<ValidatedSolutionRecipe>
listBySubscriptionLocationResource
اذكر جميع وصفات الحلول المعتمدة.
listBySubscriptionLocationResource: (location: string, options?: ValidatedSolutionRecipesListBySubscriptionLocationResourceOptionalParams) => PagedAsyncIterableIterator<ValidatedSolutionRecipe, ValidatedSolutionRecipe[], PageSettings>
قيمة الخاصية
(location: string, options?: ValidatedSolutionRecipesListBySubscriptionLocationResourceOptionalParams) => PagedAsyncIterableIterator<ValidatedSolutionRecipe, ValidatedSolutionRecipe[], PageSettings>