Package-level declarations

Types

Link copied to clipboard
data class ConfigurationInstallPatchesArgs(val linuxes: Output<List<ConfigurationInstallPatchesLinuxArgs>>? = null, val reboot: Output<String>? = null, val windows: Output<List<ConfigurationInstallPatchesWindowArgs>>? = null) : ConvertibleToJava<ConfigurationInstallPatchesArgs>
Link copied to clipboard
data class ConfigurationInstallPatchesLinuxArgs(val classificationsToIncludes: Output<List<String>>? = null, val packageNamesMaskToExcludes: Output<List<String>>? = null, val packageNamesMaskToIncludes: Output<List<String>>? = null) : ConvertibleToJava<ConfigurationInstallPatchesLinuxArgs>
Link copied to clipboard
data class ConfigurationInstallPatchesWindowArgs(val classificationsToIncludes: Output<List<String>>? = null, val kbNumbersToExcludes: Output<List<String>>? = null, val kbNumbersToIncludes: Output<List<String>>? = null) : ConvertibleToJava<ConfigurationInstallPatchesWindowArgs>
Link copied to clipboard
data class ConfigurationWindowArgs(val duration: Output<String>? = null, val expirationDateTime: Output<String>? = null, val recurEvery: Output<String>? = null, val startDateTime: Output<String>, val timeZone: Output<String>) : ConvertibleToJava<ConfigurationWindowArgs>
Link copied to clipboard
data class GetConfigurationPlainArgs(val name: String, val resourceGroupName: String) : ConvertibleToJava<GetConfigurationPlainArgs>

A collection of arguments for invoking getConfiguration.

Link copied to clipboard
data class GetPublicConfigurationsPlainArgs(val location: String? = null, val recurEvery: String? = null, val scope: String? = null) : ConvertibleToJava<GetPublicConfigurationsPlainArgs>

A collection of arguments for invoking getPublicConfigurations.