Uses of Class
com.azure.resourcemanager.automation.models.DscMetaConfiguration
Package
Description
Package containing the inner data models for AutomationClient.
Package containing the data models for AutomationClient.
-
Uses of DscMetaConfiguration in com.azure.resourcemanager.automation.fluent.models
Modifier and TypeMethodDescriptionDscNodeReportInner.metaConfiguration()
Get the metaConfiguration property: Gets or sets the metaConfiguration of the node at the time of the report.Modifier and TypeMethodDescriptionDscNodeReportInner.withMetaConfiguration
(DscMetaConfiguration metaConfiguration) Set the metaConfiguration property: Gets or sets the metaConfiguration of the node at the time of the report. -
Uses of DscMetaConfiguration in com.azure.resourcemanager.automation.models
Modifier and TypeMethodDescriptionDscNodeReport.metaConfiguration()
Gets the metaConfiguration property: Gets or sets the metaConfiguration of the node at the time of the report.DscMetaConfiguration.withActionAfterReboot
(String actionAfterReboot) Set the actionAfterReboot property: Gets or sets the ActionAfterReboot value of the meta configuration.DscMetaConfiguration.withAllowModuleOverwrite
(Boolean allowModuleOverwrite) Set the allowModuleOverwrite property: Gets or sets the AllowModuleOverwrite value of the meta configuration.DscMetaConfiguration.withCertificateId
(String certificateId) Set the certificateId property: Gets or sets the CertificateId value of the meta configuration.DscMetaConfiguration.withConfigurationMode
(String configurationMode) Set the configurationMode property: Gets or sets the ConfigurationMode value of the meta configuration.DscMetaConfiguration.withConfigurationModeFrequencyMins
(Integer configurationModeFrequencyMins) Set the configurationModeFrequencyMins property: Gets or sets the ConfigurationModeFrequencyMins value of the meta configuration.DscMetaConfiguration.withRebootNodeIfNeeded
(Boolean rebootNodeIfNeeded) Set the rebootNodeIfNeeded property: Gets or sets the RebootNodeIfNeeded value of the meta configuration.DscMetaConfiguration.withRefreshFrequencyMins
(Integer refreshFrequencyMins) Set the refreshFrequencyMins property: Gets or sets the RefreshFrequencyMins value of the meta configuration.