getSoftwareUpdateConfigurationByName

Get a single software update configuration by name. Uses Azure REST API version 2023-05-15-preview. Other available API versions: 2017-05-15-preview, 2019-06-01, 2024-10-23. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native automation [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

Return

Software update configuration properties.

Parameters

argument

null


suspend fun getSoftwareUpdateConfigurationByName(automationAccountName: String, resourceGroupName: String, softwareUpdateConfigurationName: String): GetSoftwareUpdateConfigurationByNameResult

Return

Software update configuration properties.

Parameters

automationAccountName

The name of the automation account.

resourceGroupName

Name of an Azure Resource group.

softwareUpdateConfigurationName

The name of the software update configuration to be created.

See also


Return

Software update configuration properties.

Parameters

argument

Builder for com.pulumi.azurenative.automation.kotlin.inputs.GetSoftwareUpdateConfigurationByNamePlainArgs.

See also