SoftwareUpdateConfigurationMachineRuns class
SoftwareUpdateConfigurationMachineRuns を表すクラス。
コンストラクター
Software |
SoftwareUpdateConfigurationMachineRuns を作成します。 |
メソッド
コンストラクターの詳細
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。
コールバック。
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。
省略可能なパラメーター
戻り値
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。
省略可能なパラメーター
コールバック。
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 アカウントの名前。
省略可能なパラメーター
戻り値
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 アカウントの名前。
省略可能なパラメーター
コールバック。