次の方法で共有


SoftwareUpdateConfigurationMachineRuns class

SoftwareUpdateConfigurationMachineRuns を表すクラス。

コンストラクター

SoftwareUpdateConfigurationMachineRuns(AutomationClientContext)

SoftwareUpdateConfigurationMachineRuns を作成します。

メソッド

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

ID で実行される単一のソフトウェア更新構成マシンを取得します。

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

ソフトウェア更新構成マシンの実行の一覧を返します

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

コンストラクターの詳細

SoftwareUpdateConfigurationMachineRuns(AutomationClientContext)

SoftwareUpdateConfigurationMachineRuns を作成します。

new SoftwareUpdateConfigurationMachineRuns(client: AutomationClientContext)

パラメーター

client
AutomationClientContext

サービス クライアントへの参照。

メソッドの詳細

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

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

パラメーター

resourceGroupName

string

Azure リソース グループの名前。

automationAccountName

string

Automation アカウントの名前。

softwareUpdateConfigurationMachineRunId

string

ソフトウェア更新構成マシンの実行の ID。

callback

ServiceCallback<SoftwareUpdateConfigurationMachineRun>

コールバック。

getById(string, string, string, SoftwareUpdateConfigurationMachineRunsGetByIdOptionalParams)

ID で実行される単一のソフトウェア更新構成マシンを取得します。

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

パラメーター

resourceGroupName

string

Azure リソース グループの名前。

automationAccountName

string

Automation アカウントの名前。

softwareUpdateConfigurationMachineRunId

string

ソフトウェア更新構成マシンの実行の ID。

options
SoftwareUpdateConfigurationMachineRunsGetByIdOptionalParams

省略可能なパラメーター

戻り値

Promise<Models.SoftwareUpdateConfigurationMachineRunsGetByIdResponse>

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

Automation アカウントの名前。

softwareUpdateConfigurationMachineRunId

string

ソフトウェア更新構成マシンの実行の ID。

options
SoftwareUpdateConfigurationMachineRunsGetByIdOptionalParams

省略可能なパラメーター

callback

ServiceCallback<SoftwareUpdateConfigurationMachineRun>

コールバック。

list(string, string, ServiceCallback<SoftwareUpdateConfigurationMachineRunListResult>)

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

パラメーター

resourceGroupName

string

Azure リソース グループの名前。

automationAccountName

string

Automation アカウントの名前。

list(string, string, SoftwareUpdateConfigurationMachineRunsListOptionalParams)

ソフトウェア更新構成マシンの実行の一覧を返します

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

パラメーター

resourceGroupName

string

Azure リソース グループの名前。

automationAccountName

string

Automation アカウントの名前。

options
SoftwareUpdateConfigurationMachineRunsListOptionalParams

省略可能なパラメーター

戻り値

Promise<Models.SoftwareUpdateConfigurationMachineRunsListResponse>

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

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

パラメーター

resourceGroupName

string

Azure リソース グループの名前。

automationAccountName

string

Automation アカウントの名前。

options
SoftwareUpdateConfigurationMachineRunsListOptionalParams

省略可能なパラメーター