ArmAutomationModelFactory.DscMetaConfiguration Method

Definition

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

configurationModeFrequencyMins
Nullable<Int32>

Gets or sets the ConfigurationModeFrequencyMins value of the meta configuration.

rebootNodeIfNeeded
Nullable<Boolean>

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.

refreshFrequencyMins
Nullable<Int32>

Gets or sets the RefreshFrequencyMins value of the meta configuration.

allowModuleOverwrite
Nullable<Boolean>

Gets or sets the AllowModuleOverwrite value of the meta configuration.

Returns

A new DscMetaConfiguration instance for mocking.

Applies to