GetSoftwareUpdateConfigurationByNameResult

data class GetSoftwareUpdateConfigurationByNameResult(val azureApiVersion: String, val createdBy: String, val creationTime: String, val error: ErrorResponseResponse? = null, val id: String, val lastModifiedBy: String, val lastModifiedTime: String, val name: String, val provisioningState: String, val scheduleInfo: SUCSchedulePropertiesResponse, val tasks: SoftwareUpdateConfigurationTasksResponse? = null, val type: String, val updateConfiguration: UpdateConfigurationResponse)

Software update configuration properties.

Constructors

constructor(azureApiVersion: String, createdBy: String, creationTime: String, error: ErrorResponseResponse? = null, id: String, lastModifiedBy: String, lastModifiedTime: String, name: String, provisioningState: String, scheduleInfo: SUCSchedulePropertiesResponse, tasks: SoftwareUpdateConfigurationTasksResponse? = null, type: String, updateConfiguration: UpdateConfigurationResponse)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Azure API version of the resource.

Link copied to clipboard

CreatedBy property, which only appears in the response.

Link copied to clipboard

Creation time of the resource, which only appears in the response.

Link copied to clipboard

Details of provisioning error

Link copied to clipboard
val id: String

Resource Id.

Link copied to clipboard

LastModifiedBy property, which only appears in the response.

Link copied to clipboard

Last time resource was modified, which only appears in the response.

Link copied to clipboard

Resource name.

Link copied to clipboard

Provisioning state for the software update configuration, which only appears in the response.

Link copied to clipboard

Schedule information for the Software update configuration

Link copied to clipboard

Tasks information for the Software update configuration.

Link copied to clipboard

Resource type

Link copied to clipboard

update specific properties for the Software update configuration