Skip to main content

software_update_configurations

Overview

Namesoftware_update_configurations
TypeResource
Idazure.automation.software_update_configurations

Fields

NameDatatypeDescription
idstringResource Id of the software update configuration
namestringName of the software update configuration.
propertiesobjectSoftware update configuration collection item properties.

Methods

NameAccessible byRequired ParamsDescription
listSELECTautomationAccountName, resourceGroupName, subscriptionIdGet all software update configurations for the account.
createINSERTautomationAccountName, resourceGroupName, softwareUpdateConfigurationName, subscriptionId, data__propertiesCreate a new software update configuration with the name given in the URI.
deleteDELETEautomationAccountName, resourceGroupName, softwareUpdateConfigurationName, subscriptionIddelete a specific software update configuration.
_listEXECautomationAccountName, resourceGroupName, subscriptionIdGet all software update configurations for the account.
get_by_nameEXECautomationAccountName, resourceGroupName, softwareUpdateConfigurationName, subscriptionIdGet a single software update configuration by name.