Get Configuration Result
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.
Properties
Link copied to clipboard
The in guest user patch mode.
Link copied to clipboard
An install_patches
block as defined below.
Link copied to clipboard
The properties assigned to the resource.
Link copied to clipboard
Link copied to clipboard
The visibility of the Maintenance Configuration.
Link copied to clipboard
A window
block as defined below.