SoftwareUpdateConfigurationRuns interface
Interface representing a SoftwareUpdateConfigurationRuns.
Methods
get |
Get a single software update configuration Run by Id. |
list(string, string, Software |
Return list of software update configuration runs |
Method Details
getById(string, string, string, SoftwareUpdateConfigurationRunsGetByIdOptionalParams)
Get a single software update configuration Run by Id.
function getById(resourceGroupName: string, automationAccountName: string, softwareUpdateConfigurationRunId: string, options?: SoftwareUpdateConfigurationRunsGetByIdOptionalParams): Promise<SoftwareUpdateConfigurationRun>
Parameters
- resourceGroupName
-
string
Name of an Azure Resource group.
- automationAccountName
-
string
The name of the automation account.
- softwareUpdateConfigurationRunId
-
string
The Id of the software update configuration run.
The options parameters.
Returns
Promise<SoftwareUpdateConfigurationRun>
list(string, string, SoftwareUpdateConfigurationRunsListOptionalParams)
Return list of software update configuration runs
function list(resourceGroupName: string, automationAccountName: string, options?: SoftwareUpdateConfigurationRunsListOptionalParams): Promise<SoftwareUpdateConfigurationRunListResult>
Parameters
- resourceGroupName
-
string
Name of an Azure Resource group.
- automationAccountName
-
string
The name of the automation account.
The options parameters.
Returns
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for JavaScript