ApplyUpdatesOperations interface

介面代表 ApplyUpdates 操作。

屬性

createOrUpdate

將維護更新套用至資源

createOrUpdateOrCancel

將維護更新套用至資源

createOrUpdateParent

將維護更新套用到父資源

get

追蹤資源的維護更新

getParent

追蹤資源的維護更新與父節點

list

在訂閱內取得設定記錄

屬性詳細資料

createOrUpdate

將維護更新套用至資源

createOrUpdate: (resourceGroupName: string, providerName: string, resourceType: string, resourceName: string, options?: ApplyUpdatesCreateOrUpdateOptionalParams) => Promise<ApplyUpdate>

屬性值

(resourceGroupName: string, providerName: string, resourceType: string, resourceName: string, options?: ApplyUpdatesCreateOrUpdateOptionalParams) => Promise<ApplyUpdate>

createOrUpdateOrCancel

將維護更新套用至資源

createOrUpdateOrCancel: (resourceGroupName: string, providerName: string, resourceType: string, resourceName: string, applyUpdateName: string, applyUpdate: ApplyUpdate, options?: ApplyUpdatesCreateOrUpdateOrCancelOptionalParams) => Promise<ApplyUpdate>

屬性值

(resourceGroupName: string, providerName: string, resourceType: string, resourceName: string, applyUpdateName: string, applyUpdate: ApplyUpdate, options?: ApplyUpdatesCreateOrUpdateOrCancelOptionalParams) => Promise<ApplyUpdate>

createOrUpdateParent

將維護更新套用到父資源

createOrUpdateParent: (resourceGroupName: string, providerName: string, resourceParentType: string, resourceParentName: string, resourceType: string, resourceName: string, options?: ApplyUpdatesCreateOrUpdateParentOptionalParams) => Promise<ApplyUpdate>

屬性值

(resourceGroupName: string, providerName: string, resourceParentType: string, resourceParentName: string, resourceType: string, resourceName: string, options?: ApplyUpdatesCreateOrUpdateParentOptionalParams) => Promise<ApplyUpdate>

get

追蹤資源的維護更新

get: (resourceGroupName: string, providerName: string, resourceType: string, resourceName: string, applyUpdateName: string, options?: ApplyUpdatesGetOptionalParams) => Promise<ApplyUpdate>

屬性值

(resourceGroupName: string, providerName: string, resourceType: string, resourceName: string, applyUpdateName: string, options?: ApplyUpdatesGetOptionalParams) => Promise<ApplyUpdate>

getParent

追蹤資源的維護更新與父節點

getParent: (resourceGroupName: string, providerName: string, resourceParentType: string, resourceParentName: string, resourceType: string, resourceName: string, applyUpdateName: string, options?: ApplyUpdatesGetParentOptionalParams) => Promise<ApplyUpdate>

屬性值

(resourceGroupName: string, providerName: string, resourceParentType: string, resourceParentName: string, resourceType: string, resourceName: string, applyUpdateName: string, options?: ApplyUpdatesGetParentOptionalParams) => Promise<ApplyUpdate>

list

在訂閱內取得設定記錄

list: (options?: ApplyUpdatesListOptionalParams) => PagedAsyncIterableIterator<ApplyUpdate, ApplyUpdate[], PageSettings>

屬性值

(options?: ApplyUpdatesListOptionalParams) => PagedAsyncIterableIterator<ApplyUpdate, ApplyUpdate[], PageSettings>