共用方式為


ApplyUpdates interface

表示 ApplyUpdates 的介面。

方法

createOrUpdate(string, string, string, string, ApplyUpdatesCreateOrUpdateOptionalParams)

將維護更新套用至資源

createOrUpdateOrCancel(string, string, string, string, string, ApplyUpdate, ApplyUpdatesCreateOrUpdateOrCancelOptionalParams)

將維護更新套用至資源

createOrUpdateParent(string, string, string, string, string, string, ApplyUpdatesCreateOrUpdateParentOptionalParams)

使用父系將維護更新套用至資源

get(string, string, string, string, string, ApplyUpdatesGetOptionalParams)

追蹤資源的維護更新

getParent(string, string, string, string, string, string, string, ApplyUpdatesGetParentOptionalParams)

使用父系追蹤資源的維護更新

list(ApplyUpdatesListOptionalParams)

取得訂用帳戶內的組態記錄

方法詳細資料

createOrUpdate(string, string, string, string, ApplyUpdatesCreateOrUpdateOptionalParams)

將維護更新套用至資源

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

參數

resourceGroupName

string

資源群組名稱

providerName

string

資源提供者名稱

resourceType

string

資源類型

resourceName

string

資源標識碼

傳回

Promise<ApplyUpdate>

createOrUpdateOrCancel(string, string, string, string, string, ApplyUpdate, ApplyUpdatesCreateOrUpdateOrCancelOptionalParams)

將維護更新套用至資源

function 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
ApplyUpdate

The ApplyUpdate

傳回

Promise<ApplyUpdate>

createOrUpdateParent(string, string, string, string, string, string, ApplyUpdatesCreateOrUpdateParentOptionalParams)

使用父系將維護更新套用至資源

function 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

資源標識碼

傳回

Promise<ApplyUpdate>

get(string, string, string, string, string, ApplyUpdatesGetOptionalParams)

追蹤資源的維護更新

function 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

applyUpdate標識符

options
ApplyUpdatesGetOptionalParams

選項參數。

傳回

Promise<ApplyUpdate>

getParent(string, string, string, string, string, string, string, ApplyUpdatesGetParentOptionalParams)

使用父系追蹤資源的維護更新

function 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

applyUpdate標識符

options
ApplyUpdatesGetParentOptionalParams

選項參數。

傳回

Promise<ApplyUpdate>

list(ApplyUpdatesListOptionalParams)

取得訂用帳戶內的組態記錄

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

參數

options
ApplyUpdatesListOptionalParams

選項參數。

傳回