DscMetaConfiguration Class

Definition of the DSC Meta Configuration.

Inheritance
DscMetaConfiguration

Constructor

DscMetaConfiguration(*, configuration_mode_frequency_mins: Optional[int] = None, reboot_node_if_needed: Optional[bool] = None, configuration_mode: Optional[str] = None, action_after_reboot: Optional[str] = None, certificate_id: Optional[str] = None, refresh_frequency_mins: Optional[int] = None, allow_module_overwrite: Optional[bool] = None, **kwargs)

Parameters

configuration_mode_frequency_mins
int
Required

Gets or sets the ConfigurationModeFrequencyMins value of the meta configuration.

reboot_node_if_needed
bool
Required

Gets or sets the RebootNodeIfNeeded value of the meta configuration.

configuration_mode
str
Required

Gets or sets the ConfigurationMode value of the meta configuration.

action_after_reboot
str
Required

Gets or sets the ActionAfterReboot value of the meta configuration.

certificate_id
str
Required

Gets or sets the CertificateId value of the meta configuration.

refresh_frequency_mins
int
Required

Gets or sets the RefreshFrequencyMins value of the meta configuration.

allow_module_overwrite
bool
Required

Gets or sets the AllowModuleOverwrite value of the meta configuration.