Share via


GuestConfigurationNavigation Class

Definition

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.

public class GuestConfigurationNavigation
type GuestConfigurationNavigation = class
Public Class GuestConfigurationNavigation
Inheritance
GuestConfigurationNavigation

Constructors

GuestConfigurationNavigation()

Initializes a new instance of GuestConfigurationNavigation.

Properties

AssignmentSource

Specifies the origin of the configuration.

AssignmentType

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

ConfigurationParameters

The configuration parameters for the guest configuration.

ConfigurationProtectedParameters

The protected configuration parameters for the guest configuration.

ConfigurationSetting

The configuration setting for the guest configuration.

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.

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.

Applies to