Sdílet prostřednictvím


SoftwareUpdateConfigurationRuns interface

Interface representing a SoftwareUpdateConfigurationRuns.

Methods

getById(string, string, string, SoftwareUpdateConfigurationRunsGetByIdOptionalParams)

Get a single software update configuration Run by Id.

list(string, string, SoftwareUpdateConfigurationRunsListOptionalParams)

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.

Returns

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.

options
SoftwareUpdateConfigurationRunsListOptionalParams

The options parameters.

Returns