GetConfigurationResult

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
constructor(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>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

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 Azure location where the resource exists.

Link copied to clipboard
Link copied to clipboard

The properties assigned to the resource.

Link copied to clipboard
Link copied to clipboard

The scope of the Maintenance Configuration.

Link copied to clipboard

A mapping of tags assigned to the resource.

Link copied to clipboard

The visibility of the Maintenance Configuration.

Link copied to clipboard

A window block as defined below.