共用方式為


SoftwareUpdateConfigurationMachineRuns class

代表 SoftwareUpdateConfigurationMachineRuns 的類別。

建構函式

SoftwareUpdateConfigurationMachineRuns(AutomationClientContext)

建立 SoftwareUpdateConfigurationMachineRuns。

方法

getById(string, string, string, Models.SoftwareUpdateConfigurationMachineRunsGetByIdOptionalParams)

取得依識別碼執行的單一軟體更新組態機器。

getById(string, string, string, ServiceCallback<SoftwareUpdateConfigurationMachineRun>)
getById(string, string, string, SoftwareUpdateConfigurationMachineRunsGetByIdOptionalParams, ServiceCallback<SoftwareUpdateConfigurationMachineRun>)
list(string, string, Models.SoftwareUpdateConfigurationMachineRunsListOptionalParams)

傳回軟體更新組態機器執行的清單

list(string, string, ServiceCallback<SoftwareUpdateConfigurationMachineRunListResult>)
list(string, string, SoftwareUpdateConfigurationMachineRunsListOptionalParams, ServiceCallback<SoftwareUpdateConfigurationMachineRunListResult>)

建構函式詳細資料

SoftwareUpdateConfigurationMachineRuns(AutomationClientContext)

建立 SoftwareUpdateConfigurationMachineRuns。

new SoftwareUpdateConfigurationMachineRuns(client: AutomationClientContext)

參數

client
AutomationClientContext

服務用戶端的參考。

方法詳細資料

getById(string, string, string, Models.SoftwareUpdateConfigurationMachineRunsGetByIdOptionalParams)

取得依識別碼執行的單一軟體更新組態機器。

function getById(resourceGroupName: string, automationAccountName: string, softwareUpdateConfigurationMachineRunId: string, options?: Models.SoftwareUpdateConfigurationMachineRunsGetByIdOptionalParams): Promise<Models.SoftwareUpdateConfigurationMachineRunsGetByIdResponse>

參數

resourceGroupName

string

Azure 資源群組的名稱。

automationAccountName

string

自動化帳戶的名稱。

softwareUpdateConfigurationMachineRunId

string

軟體更新組態機器執行的識別碼。

options
Models.SoftwareUpdateConfigurationMachineRunsGetByIdOptionalParams

傳回

Promise<Models.SoftwareUpdateConfigurationMachineRunsGetByIdResponse>

Promise < Models.SoftwareUpdateConfigurationMachineRunsGetByIdResponse>

getById(string, string, string, ServiceCallback<SoftwareUpdateConfigurationMachineRun>)

function getById(resourceGroupName: string, automationAccountName: string, softwareUpdateConfigurationMachineRunId: string, callback: ServiceCallback<SoftwareUpdateConfigurationMachineRun>)

參數

resourceGroupName

string

Azure 資源群組的名稱。

automationAccountName

string

自動化帳戶的名稱。

softwareUpdateConfigurationMachineRunId

string

軟體更新組態機器執行的識別碼。

callback

ServiceCallback<SoftwareUpdateConfigurationMachineRun>

回呼

getById(string, string, string, SoftwareUpdateConfigurationMachineRunsGetByIdOptionalParams, ServiceCallback<SoftwareUpdateConfigurationMachineRun>)

function getById(resourceGroupName: string, automationAccountName: string, softwareUpdateConfigurationMachineRunId: string, options: SoftwareUpdateConfigurationMachineRunsGetByIdOptionalParams, callback: ServiceCallback<SoftwareUpdateConfigurationMachineRun>)

參數

resourceGroupName

string

Azure 資源群組的名稱。

automationAccountName

string

自動化帳戶的名稱。

softwareUpdateConfigurationMachineRunId

string

軟體更新組態機器執行的識別碼。

callback

ServiceCallback<SoftwareUpdateConfigurationMachineRun>

回呼

list(string, string, Models.SoftwareUpdateConfigurationMachineRunsListOptionalParams)

傳回軟體更新組態機器執行的清單

function list(resourceGroupName: string, automationAccountName: string, options?: Models.SoftwareUpdateConfigurationMachineRunsListOptionalParams): Promise<Models.SoftwareUpdateConfigurationMachineRunsListResponse>

參數

resourceGroupName

string

Azure 資源群組的名稱。

automationAccountName

string

自動化帳戶的名稱。

options
Models.SoftwareUpdateConfigurationMachineRunsListOptionalParams

傳回

Promise<Models.SoftwareUpdateConfigurationMachineRunsListResponse>

Promise < Models.SoftwareUpdateConfigurationMachineRunsListResponse>

list(string, string, ServiceCallback<SoftwareUpdateConfigurationMachineRunListResult>)

function list(resourceGroupName: string, automationAccountName: string, callback: ServiceCallback<SoftwareUpdateConfigurationMachineRunListResult>)

參數

resourceGroupName

string

Azure 資源群組的名稱。

automationAccountName

string

自動化帳戶的名稱。

callback

ServiceCallback<SoftwareUpdateConfigurationMachineRunListResult>

回呼

list(string, string, SoftwareUpdateConfigurationMachineRunsListOptionalParams, ServiceCallback<SoftwareUpdateConfigurationMachineRunListResult>)

function list(resourceGroupName: string, automationAccountName: string, options: SoftwareUpdateConfigurationMachineRunsListOptionalParams, callback: ServiceCallback<SoftwareUpdateConfigurationMachineRunListResult>)

參數

resourceGroupName

string

Azure 資源群組的名稱。

automationAccountName

string

自動化帳戶的名稱。

callback

ServiceCallback<SoftwareUpdateConfigurationMachineRunListResult>

回呼