DscMetaConfiguration Class

Definition

Definition of the DSC Meta Configuration.

public class DscMetaConfiguration
type DscMetaConfiguration = class
Public Class DscMetaConfiguration
Inheritance
DscMetaConfiguration

Constructors

DscMetaConfiguration()

Initializes a new instance of the DscMetaConfiguration class.

DscMetaConfiguration(Nullable<Int32>, Nullable<Boolean>, String, String, String, Nullable<Int32>, Nullable<Boolean>)

Initializes a new instance of the DscMetaConfiguration class.

Properties

ActionAfterReboot

Gets or sets the ActionAfterReboot value of the meta configuration.

AllowModuleOverwrite

Gets or sets the AllowModuleOverwrite value of the meta configuration.

CertificateId

Gets or sets the CertificateId value of the meta configuration.

ConfigurationMode

Gets or sets the ConfigurationMode value of the meta configuration.

ConfigurationModeFrequencyMins

Gets or sets the ConfigurationModeFrequencyMins value of the meta configuration.

RebootNodeIfNeeded

Gets or sets the RebootNodeIfNeeded value of the meta configuration.

RefreshFrequencyMins

Gets or sets the RefreshFrequencyMins value of the meta configuration.

Applies to