SoftwareUpdateConfigurations interface
Interface representing a SoftwareUpdateConfigurations.
Methods
create(string, string, string, Software |
Create a new software update configuration with the name given in the URI. |
delete(string, string, string, Software |
delete a specific software update configuration. |
get |
Get a single software update configuration by name. |
list(string, string, Software |
Get all software update configurations for the account. |
Method Details
create(string, string, string, SoftwareUpdateConfiguration, SoftwareUpdateConfigurationsCreateOptionalParams)
Create a new software update configuration with the name given in the URI.
function create(resourceGroupName: string, automationAccountName: string, softwareUpdateConfigurationName: string, parameters: SoftwareUpdateConfiguration, options?: SoftwareUpdateConfigurationsCreateOptionalParams): Promise<SoftwareUpdateConfiguration>
Parameters
- resourceGroupName
-
string
Name of an Azure Resource group.
- automationAccountName
-
string
The name of the automation account.
- softwareUpdateConfigurationName
-
string
The name of the software update configuration to be created.
- parameters
- SoftwareUpdateConfiguration
Request body.
The options parameters.
Returns
Promise<SoftwareUpdateConfiguration>
delete(string, string, string, SoftwareUpdateConfigurationsDeleteOptionalParams)
delete a specific software update configuration.
function delete(resourceGroupName: string, automationAccountName: string, softwareUpdateConfigurationName: string, options?: SoftwareUpdateConfigurationsDeleteOptionalParams): Promise<void>
Parameters
- resourceGroupName
-
string
Name of an Azure Resource group.
- automationAccountName
-
string
The name of the automation account.
- softwareUpdateConfigurationName
-
string
The name of the software update configuration to be created.
The options parameters.
Returns
Promise<void>
getByName(string, string, string, SoftwareUpdateConfigurationsGetByNameOptionalParams)
Get a single software update configuration by name.
function getByName(resourceGroupName: string, automationAccountName: string, softwareUpdateConfigurationName: string, options?: SoftwareUpdateConfigurationsGetByNameOptionalParams): Promise<SoftwareUpdateConfiguration>
Parameters
- resourceGroupName
-
string
Name of an Azure Resource group.
- automationAccountName
-
string
The name of the automation account.
- softwareUpdateConfigurationName
-
string
The name of the software update configuration to be created.
The options parameters.
Returns
Promise<SoftwareUpdateConfiguration>
list(string, string, SoftwareUpdateConfigurationsListOptionalParams)
Get all software update configurations for the account.
function list(resourceGroupName: string, automationAccountName: string, options?: SoftwareUpdateConfigurationsListOptionalParams): Promise<SoftwareUpdateConfigurationListResult>
Parameters
- resourceGroupName
-
string
Name of an Azure Resource group.
- automationAccountName
-
string
The name of the automation account.
The options parameters.
Returns
Azure SDK for JavaScript