DscMetaConfiguration interface
Definition of the DSC Meta Configuration.
Properties
action |
Gets or sets the ActionAfterReboot value of the meta configuration. |
allow |
Gets or sets the AllowModuleOverwrite value of the meta configuration. |
certificate |
Gets or sets the CertificateId value of the meta configuration. |
configuration |
Gets or sets the ConfigurationMode value of the meta configuration. |
configuration |
Gets or sets the ConfigurationModeFrequencyMins value of the meta configuration. |
reboot |
Gets or sets the RebootNodeIfNeeded value of the meta configuration. |
refresh |
Gets or sets the RefreshFrequencyMins value of the meta configuration. |
Property Details
actionAfterReboot
Gets or sets the ActionAfterReboot value of the meta configuration.
actionAfterReboot?: string
Property Value
string
allowModuleOverwrite
Gets or sets the AllowModuleOverwrite value of the meta configuration.
allowModuleOverwrite?: boolean
Property Value
boolean
certificateId
Gets or sets the CertificateId value of the meta configuration.
certificateId?: string
Property Value
string
configurationMode
Gets or sets the ConfigurationMode value of the meta configuration.
configurationMode?: string
Property Value
string
configurationModeFrequencyMins
Gets or sets the ConfigurationModeFrequencyMins value of the meta configuration.
configurationModeFrequencyMins?: number
Property Value
number
rebootNodeIfNeeded
Gets or sets the RebootNodeIfNeeded value of the meta configuration.
rebootNodeIfNeeded?: boolean
Property Value
boolean
refreshFrequencyMins
Gets or sets the RefreshFrequencyMins value of the meta configuration.
refreshFrequencyMins?: number
Property Value
number
Azure SDK for JavaScript