SoftwareUpdateConfigurationRuns class

Class representing a SoftwareUpdateConfigurationRuns.

Constructors

SoftwareUpdateConfigurationRuns(AutomationClientContext)

Create a SoftwareUpdateConfigurationRuns.

Methods

getById(string, string, string, ServiceCallback<SoftwareUpdateConfigurationRun>)
getById(string, string, string, SoftwareUpdateConfigurationRunsGetByIdOptionalParams)

Get a single software update configuration Run by Id.

getById(string, string, string, SoftwareUpdateConfigurationRunsGetByIdOptionalParams, ServiceCallback<SoftwareUpdateConfigurationRun>)
list(string, string, ServiceCallback<SoftwareUpdateConfigurationRunListResult>)
list(string, string, SoftwareUpdateConfigurationRunsListOptionalParams)

Return list of software update configuration runs

list(string, string, SoftwareUpdateConfigurationRunsListOptionalParams, ServiceCallback<SoftwareUpdateConfigurationRunListResult>)

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.

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.

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.

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.

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.

options
SoftwareUpdateConfigurationRunsListOptionalParams

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.

options
SoftwareUpdateConfigurationRunsListOptionalParams

The optional parameters