Get Software Update Configuration By Name Result
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
Link copied to clipboard
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)
Properties
Link copied to clipboard
The Azure API version of the resource.
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
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
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
update specific properties for the Software update configuration