SoftwareUpdateConfigurationRuns class
SoftwareUpdateConfigurationRuns を表すクラス。
コンストラクター
| Software |
SoftwareUpdateConfigurationRuns を作成します。 |
メソッド
コンストラクターの詳細
SoftwareUpdateConfigurationRuns(AutomationClientContext)
SoftwareUpdateConfigurationRuns を作成します。
new SoftwareUpdateConfigurationRuns(client: AutomationClientContext)
パラメーター
- client
- AutomationClientContext
サービス クライアントへの参照。
メソッドの詳細
getById(string, string, string, ServiceCallback<SoftwareUpdateConfigurationRun>)
function getById(resourceGroupName: string, automationAccountName: string, softwareUpdateConfigurationRunId: string, callback: ServiceCallback<SoftwareUpdateConfigurationRun>)
パラメーター
- resourceGroupName
-
string
Azure リソース グループの名前。
- automationAccountName
-
string
Automation アカウントの名前。
- softwareUpdateConfigurationRunId
-
string
ソフトウェア更新構成の実行の ID。
コールバック
getById(string, string, string, SoftwareUpdateConfigurationRunsGetByIdOptionalParams)
単一のソフトウェア更新構成を取得します。実行 ID。
function getById(resourceGroupName: string, automationAccountName: string, softwareUpdateConfigurationRunId: string, options?: SoftwareUpdateConfigurationRunsGetByIdOptionalParams): Promise<SoftwareUpdateConfigurationRunsGetByIdResponse>
パラメーター
- resourceGroupName
-
string
Azure リソース グループの名前。
- automationAccountName
-
string
Automation アカウントの名前。
- softwareUpdateConfigurationRunId
-
string
ソフトウェア更新構成の実行の ID。
省略可能なパラメーター
戻り値
Promise<Models.SoftwareUpdateConfigurationRunsGetByIdResponse>
getById(string, string, string, SoftwareUpdateConfigurationRunsGetByIdOptionalParams, ServiceCallback<SoftwareUpdateConfigurationRun>)
function getById(resourceGroupName: string, automationAccountName: string, softwareUpdateConfigurationRunId: string, options: SoftwareUpdateConfigurationRunsGetByIdOptionalParams, callback: ServiceCallback<SoftwareUpdateConfigurationRun>)
パラメーター
- resourceGroupName
-
string
Azure リソース グループの名前。
- automationAccountName
-
string
Automation アカウントの名前。
- softwareUpdateConfigurationRunId
-
string
ソフトウェア更新構成の実行の ID。
省略可能なパラメーター
コールバック
list(string, string, ServiceCallback<SoftwareUpdateConfigurationRunListResult>)
function list(resourceGroupName: string, automationAccountName: string, callback: ServiceCallback<SoftwareUpdateConfigurationRunListResult>)
パラメーター
- resourceGroupName
-
string
Azure リソース グループの名前。
- automationAccountName
-
string
Automation アカウントの名前。
コールバック
list(string, string, SoftwareUpdateConfigurationRunsListOptionalParams)
ソフトウェア更新プログラムの構成の実行の一覧を返します
function list(resourceGroupName: string, automationAccountName: string, options?: SoftwareUpdateConfigurationRunsListOptionalParams): Promise<SoftwareUpdateConfigurationRunsListResponse>
パラメーター
- resourceGroupName
-
string
Azure リソース グループの名前。
- automationAccountName
-
string
Automation アカウントの名前。
省略可能なパラメーター
戻り値
Promise<Models.SoftwareUpdateConfigurationRunsListResponse応答>
list(string, string, SoftwareUpdateConfigurationRunsListOptionalParams, ServiceCallback<SoftwareUpdateConfigurationRunListResult>)
function list(resourceGroupName: string, automationAccountName: string, options: SoftwareUpdateConfigurationRunsListOptionalParams, callback: ServiceCallback<SoftwareUpdateConfigurationRunListResult>)
パラメーター
- resourceGroupName
-
string
Azure リソース グループの名前。
- automationAccountName
-
string
Automation アカウントの名前。
省略可能なパラメーター
コールバック