Package-level declarations
Types
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
data class ConfigurationInstallPatches(val linuxes: List<ConfigurationInstallPatchesLinux>? = null, val reboot: String? = null, val windows: List<ConfigurationInstallPatchesWindow>? = null)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
data class GetConfigurationInstallPatch(val linuxes: List<GetConfigurationInstallPatchLinux>, val reboot: String, val windows: List<GetConfigurationInstallPatchWindow>)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
data class GetConfigurationResult(val id: String, val inGuestUserPatchMode: String, val installPatches: List<GetConfigurationInstallPatch>, val location: String, val name: String, val properties: Map<String, String>, val resourceGroupName: String, val scope: String, val tags: Map<String, String>, val visibility: String, val windows: List<GetConfigurationWindow>)
A collection of values returned by getConfiguration.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
data class GetPublicConfigurationsResult(val configs: List<GetPublicConfigurationsConfig>, val id: String, val location: String? = null, val recurEvery: String? = null, val scope: String? = null)
A collection of values returned by getPublicConfigurations.