UpdatesOperations interface
واجهة تمثل عمليات التحديث.
الخصائص
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| delete | |
| get | احصل على تحديث محدد |
| list | قائمة جميع التحديثات |
| post | تحديث التطبيق |
| put | ضع التحديث المحدد |
تفاصيل الخاصية
beginDelete
تحذير
واجهة برمجة التطبيقات هذه مهملة الآن.
use delete instead
beginDelete: (resourceGroupName: string, clusterName: string, updateName: string, options?: UpdatesDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>
قيمة الخاصية
(resourceGroupName: string, clusterName: string, updateName: string, options?: UpdatesDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>
beginDeleteAndWait
تحذير
واجهة برمجة التطبيقات هذه مهملة الآن.
use delete instead
beginDeleteAndWait: (resourceGroupName: string, clusterName: string, updateName: string, options?: UpdatesDeleteOptionalParams) => Promise<void>
قيمة الخاصية
(resourceGroupName: string, clusterName: string, updateName: string, options?: UpdatesDeleteOptionalParams) => Promise<void>
beginPost
تحذير
واجهة برمجة التطبيقات هذه مهملة الآن.
use post instead
beginPost: (resourceGroupName: string, clusterName: string, updateName: string, options?: UpdatesPostOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>
قيمة الخاصية
(resourceGroupName: string, clusterName: string, updateName: string, options?: UpdatesPostOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>
beginPostAndWait
تحذير
واجهة برمجة التطبيقات هذه مهملة الآن.
use post instead
beginPostAndWait: (resourceGroupName: string, clusterName: string, updateName: string, options?: UpdatesPostOptionalParams) => Promise<void>
قيمة الخاصية
(resourceGroupName: string, clusterName: string, updateName: string, options?: UpdatesPostOptionalParams) => Promise<void>
delete
delete: (resourceGroupName: string, clusterName: string, updateName: string, options?: UpdatesDeleteOptionalParams) => PollerLike<OperationState<void>, void>
قيمة الخاصية
(resourceGroupName: string, clusterName: string, updateName: string, options?: UpdatesDeleteOptionalParams) => PollerLike<OperationState<void>, void>
get
احصل على تحديث محدد
get: (resourceGroupName: string, clusterName: string, updateName: string, options?: UpdatesGetOptionalParams) => Promise<Update>
قيمة الخاصية
(resourceGroupName: string, clusterName: string, updateName: string, options?: UpdatesGetOptionalParams) => Promise<Update>
list
قائمة جميع التحديثات
list: (resourceGroupName: string, clusterName: string, options?: UpdatesListOptionalParams) => PagedAsyncIterableIterator<Update, Update[], PageSettings>
قيمة الخاصية
(resourceGroupName: string, clusterName: string, options?: UpdatesListOptionalParams) => PagedAsyncIterableIterator<Update, Update[], PageSettings>
post
تحديث التطبيق
post: (resourceGroupName: string, clusterName: string, updateName: string, options?: UpdatesPostOptionalParams) => PollerLike<OperationState<void>, void>
قيمة الخاصية
(resourceGroupName: string, clusterName: string, updateName: string, options?: UpdatesPostOptionalParams) => PollerLike<OperationState<void>, void>
put
ضع التحديث المحدد
put: (resourceGroupName: string, clusterName: string, updateName: string, updateProperties: Update, options?: UpdatesPutOptionalParams) => Promise<Update>
قيمة الخاصية
(resourceGroupName: string, clusterName: string, updateName: string, updateProperties: Update, options?: UpdatesPutOptionalParams) => Promise<Update>