GuestConfigurationNavigation interface

Guest configuration is an artifact that encapsulates DSC configuration and its dependencies. The artifact is a zip file containing DSC configuration (as MOF) and dependent resources and other dependencies like modules.

Properties

assignmentSource

Specifies the origin of the configuration. NOTE: This property will not be serialized. It can only be populated by the server.

assignmentType

Specifies the assignment type and execution of the configuration. Possible values are Audit, DeployAndAutoCorrect, ApplyAndAutoCorrect and ApplyAndMonitor.

configurationParameter

The configuration parameters for the guest configuration.

configurationProtectedParameter

The protected configuration parameters for the guest configuration.

configurationSetting

The configuration setting for the guest configuration. NOTE: This property will not be serialized. It can only be populated by the server.

contentHash

Combined hash of the guest configuration package and configuration parameters.

contentType

Specifies the content type of the configuration. Possible values could be Builtin or Custom. NOTE: This property will not be serialized. It can only be populated by the server.

contentUri

Uri of the storage where guest configuration package is uploaded.

kind

Kind of the guest configuration. For example:DSC

name

Name of the guest configuration.

version

Version of the guest configuration.

Property Details

assignmentSource

Specifies the origin of the configuration. NOTE: This property will not be serialized. It can only be populated by the server.

assignmentSource?: string

Property Value

string

assignmentType

Specifies the assignment type and execution of the configuration. Possible values are Audit, DeployAndAutoCorrect, ApplyAndAutoCorrect and ApplyAndMonitor.

assignmentType?: string

Property Value

string

configurationParameter

The configuration parameters for the guest configuration.

configurationParameter?: ConfigurationParameter[]

Property Value

configurationProtectedParameter

The protected configuration parameters for the guest configuration.

configurationProtectedParameter?: ConfigurationParameter[]

Property Value

configurationSetting

The configuration setting for the guest configuration. NOTE: This property will not be serialized. It can only be populated by the server.

configurationSetting?: ConfigurationSetting

Property Value

contentHash

Combined hash of the guest configuration package and configuration parameters.

contentHash?: string

Property Value

string

contentType

Specifies the content type of the configuration. Possible values could be Builtin or Custom. NOTE: This property will not be serialized. It can only be populated by the server.

contentType?: string

Property Value

string

contentUri

Uri of the storage where guest configuration package is uploaded.

contentUri?: string

Property Value

string

kind

Kind of the guest configuration. For example:DSC

kind?: string

Property Value

string

name

Name of the guest configuration.

name?: string

Property Value

string

version

Version of the guest configuration.

version?: string

Property Value

string