Get Software Update Configuration By Name Result
data class GetSoftwareUpdateConfigurationByNameResult(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
Link copied to clipboard
fun GetSoftwareUpdateConfigurationByNameResult(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)