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.
Constructors
Link copied to clipboard
fun GetConfigurationResult(id: String, inGuestUserPatchMode: String, installPatches: List<GetConfigurationInstallPatch>, location: String, name: String, properties: Map<String, String>, resourceGroupName: String, scope: String, tags: Map<String, String>, visibility: String, windows: List<GetConfigurationWindow>)