Package-level declarations
Types
Link copied to clipboard
data class ConfigurationAssignmentFilterPropertiesResponse(val locations: List<String>? = null, val osTypes: List<String>? = null, val resourceGroups: List<String>? = null, val resourceTypes: List<String>? = null, val tagSettings: TagSettingsPropertiesResponse? = null)
Azure query for the update configuration.
Link copied to clipboard
data class GetConfigurationAssignmentParentResult(val id: String, val location: String? = null, val maintenanceConfigurationId: String? = null, val name: String, val resourceId: String? = null, val systemData: SystemDataResponse, val type: String)
Configuration Assignment
Link copied to clipboard
data class GetConfigurationAssignmentResult(val id: String, val location: String? = null, val maintenanceConfigurationId: String? = null, val name: String, val resourceId: String? = null, val systemData: SystemDataResponse, val type: String)
Configuration Assignment
Link copied to clipboard
data class GetConfigurationAssignmentsForResourceGroupResult(val filter: ConfigurationAssignmentFilterPropertiesResponse? = null, val id: String, val location: String? = null, val maintenanceConfigurationId: String? = null, val name: String, val resourceId: String? = null, val systemData: SystemDataResponse, val type: String)
Configuration Assignment
Link copied to clipboard
data class GetConfigurationAssignmentsForSubscriptionResult(val filter: ConfigurationAssignmentFilterPropertiesResponse? = null, val id: String, val location: String? = null, val maintenanceConfigurationId: String? = null, val name: String, val resourceId: String? = null, val systemData: SystemDataResponse, val type: String)
Configuration Assignment
Link copied to clipboard
data class GetMaintenanceConfigurationResult(val duration: String? = null, val expirationDateTime: String? = null, val extensionProperties: Map<String, String>? = null, val id: String, val installPatches: InputPatchConfigurationResponse? = null, val location: String? = null, val maintenanceScope: String? = null, val name: String, val namespace: String? = null, val overrides: List<MaintenanceOverridePropertiesResponse>? = null, val recurEvery: String? = null, val startDateTime: String? = null, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val timeZone: String? = null, val type: String, val visibility: String? = null)
Maintenance configuration record type
Link copied to clipboard
Link copied to clipboard
data class InputPatchConfigurationResponse(val linuxParameters: InputLinuxParametersResponse? = null, val postTasks: List<TaskPropertiesResponse>? = null, val preTasks: List<TaskPropertiesResponse>? = null, val rebootSetting: String? = null, val windowsParameters: InputWindowsParametersResponse? = null)
Input configuration for a patch run
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
data class SystemDataResponse(val createdAt: String? = null, val createdBy: String? = null, val createdByType: String? = null, val lastModifiedAt: String? = null, val lastModifiedBy: String? = null, val lastModifiedByType: String? = null)
Metadata pertaining to creation and last modification of the resource.
Link copied to clipboard
Link copied to clipboard