次の方法で共有


SoftwareUpdateConfigurationRuns interface

SoftwareUpdateConfigurationRuns を表すインターフェイス。

メソッド

getById(string, string, string, SoftwareUpdateConfigurationRunsGetByIdOptionalParams)

単一のソフトウェア更新構成を取得します。実行 ID。

list(string, string, SoftwareUpdateConfigurationRunsListOptionalParams)

ソフトウェア更新プログラムの構成の実行の一覧を返します

メソッドの詳細

getById(string, string, string, SoftwareUpdateConfigurationRunsGetByIdOptionalParams)

単一のソフトウェア更新構成を取得します。実行 ID。

function getById(resourceGroupName: string, automationAccountName: string, softwareUpdateConfigurationRunId: string, options?: SoftwareUpdateConfigurationRunsGetByIdOptionalParams): Promise<SoftwareUpdateConfigurationRun>

パラメーター

resourceGroupName

string

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

automationAccountName

string

Automation アカウントの名前。

softwareUpdateConfigurationRunId

string

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

options
SoftwareUpdateConfigurationRunsGetByIdOptionalParams

オプション パラメーター。

戻り値

list(string, string, SoftwareUpdateConfigurationRunsListOptionalParams)

ソフトウェア更新プログラムの構成の実行の一覧を返します

function list(resourceGroupName: string, automationAccountName: string, options?: SoftwareUpdateConfigurationRunsListOptionalParams): Promise<SoftwareUpdateConfigurationRunListResult>

パラメーター

resourceGroupName

string

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

automationAccountName

string

Automation アカウントの名前。

options
SoftwareUpdateConfigurationRunsListOptionalParams

オプション パラメーター。

戻り値