SoftwareUpdateConfigurationRuns interface
SoftwareUpdateConfigurationRuns を表すインターフェイス。
メソッド
get |
単一のソフトウェア更新構成を取得します。実行 ID。 |
list(string, string, Software |
ソフトウェア更新プログラムの構成の実行の一覧を返します |
メソッドの詳細
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。
オプション パラメーター。
戻り値
Promise<SoftwareUpdateConfigurationRun>
list(string, string, SoftwareUpdateConfigurationRunsListOptionalParams)
ソフトウェア更新プログラムの構成の実行の一覧を返します
function list(resourceGroupName: string, automationAccountName: string, options?: SoftwareUpdateConfigurationRunsListOptionalParams): Promise<SoftwareUpdateConfigurationRunListResult>
パラメーター
- resourceGroupName
-
string
Azure リソース グループの名前。
- automationAccountName
-
string
Automation アカウントの名前。
オプション パラメーター。
戻り値
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for JavaScript