SoftwareUpdateConfigurationRuns class
Class representing a SoftwareUpdateConfigurationRuns.
Constructors
Software |
Create a SoftwareUpdateConfigurationRuns. |
Methods
Constructor Details
SoftwareUpdateConfigurationRuns(AutomationClientContext)
Create a SoftwareUpdateConfigurationRuns.
new SoftwareUpdateConfigurationRuns(client: AutomationClientContext)
Parameters
- client
- AutomationClientContext
Reference to the service client.
Method Details
getById(string, string, string, ServiceCallback<SoftwareUpdateConfigurationRun>)
function getById(resourceGroupName: string, automationAccountName: string, softwareUpdateConfigurationRunId: string, callback: ServiceCallback<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 callback
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<SoftwareUpdateConfigurationRunsGetByIdResponse>
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 optional parameters
Returns
Promise<Models.SoftwareUpdateConfigurationRunsGetByIdResponse>
getById(string, string, string, SoftwareUpdateConfigurationRunsGetByIdOptionalParams, ServiceCallback<SoftwareUpdateConfigurationRun>)
function getById(resourceGroupName: string, automationAccountName: string, softwareUpdateConfigurationRunId: string, options: SoftwareUpdateConfigurationRunsGetByIdOptionalParams, callback: ServiceCallback<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 optional parameters
The callback
list(string, string, ServiceCallback<SoftwareUpdateConfigurationRunListResult>)
function list(resourceGroupName: string, automationAccountName: string, callback: ServiceCallback<SoftwareUpdateConfigurationRunListResult>)
Parameters
- resourceGroupName
-
string
Name of an Azure Resource group.
- automationAccountName
-
string
The name of the automation account.
The callback
list(string, string, SoftwareUpdateConfigurationRunsListOptionalParams)
Return list of software update configuration runs
function list(resourceGroupName: string, automationAccountName: string, options?: SoftwareUpdateConfigurationRunsListOptionalParams): Promise<SoftwareUpdateConfigurationRunsListResponse>
Parameters
- resourceGroupName
-
string
Name of an Azure Resource group.
- automationAccountName
-
string
The name of the automation account.
The optional parameters
Returns
Promise<Models.SoftwareUpdateConfigurationRunsListResponse>
list(string, string, SoftwareUpdateConfigurationRunsListOptionalParams, ServiceCallback<SoftwareUpdateConfigurationRunListResult>)
function list(resourceGroupName: string, automationAccountName: string, options: SoftwareUpdateConfigurationRunsListOptionalParams, callback: ServiceCallback<SoftwareUpdateConfigurationRunListResult>)
Parameters
- resourceGroupName
-
string
Name of an Azure Resource group.
- automationAccountName
-
string
The name of the automation account.
The optional parameters
The callback