ArmAutomationModelFactory.DscMetaConfiguration Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of DscMetaConfiguration.
public static Azure.ResourceManager.Automation.Models.DscMetaConfiguration DscMetaConfiguration (int? configurationModeFrequencyMins = default, bool? rebootNodeIfNeeded = default, string configurationMode = default, string actionAfterReboot = default, string certificateId = default, int? refreshFrequencyMins = default, bool? allowModuleOverwrite = default);
static member DscMetaConfiguration : Nullable<int> * Nullable<bool> * string * string * string * Nullable<int> * Nullable<bool> -> Azure.ResourceManager.Automation.Models.DscMetaConfiguration
Public Shared Function DscMetaConfiguration (Optional configurationModeFrequencyMins As Nullable(Of Integer) = Nothing, Optional rebootNodeIfNeeded As Nullable(Of Boolean) = Nothing, Optional configurationMode As String = Nothing, Optional actionAfterReboot As String = Nothing, Optional certificateId As String = Nothing, Optional refreshFrequencyMins As Nullable(Of Integer) = Nothing, Optional allowModuleOverwrite As Nullable(Of Boolean) = Nothing) As DscMetaConfiguration
Parameters
Gets or sets the ConfigurationModeFrequencyMins value of the meta configuration.
Gets or sets the RebootNodeIfNeeded value of the meta configuration.
- configurationMode
- String
Gets or sets the ConfigurationMode value of the meta configuration.
- actionAfterReboot
- String
Gets or sets the ActionAfterReboot value of the meta configuration.
- certificateId
- String
Gets or sets the CertificateId value of the meta configuration.
Gets or sets the RefreshFrequencyMins value of the meta configuration.
Gets or sets the AllowModuleOverwrite value of the meta configuration.
Returns
A new DscMetaConfiguration instance for mocking.