DscMetaConfiguration Constructors
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.
Overloads
DscMetaConfiguration() |
Initializes a new instance of the DscMetaConfiguration class. |
DscMetaConfiguration(Nullable<Int32>, Nullable<Boolean>, String, String, String, Nullable<Int32>, Nullable<Boolean>) |
Initializes a new instance of the DscMetaConfiguration class. |
DscMetaConfiguration()
Initializes a new instance of the DscMetaConfiguration class.
public DscMetaConfiguration ();
Public Sub New ()
Applies to
DscMetaConfiguration(Nullable<Int32>, Nullable<Boolean>, String, String, String, Nullable<Int32>, Nullable<Boolean>)
Initializes a new instance of the DscMetaConfiguration class.
public DscMetaConfiguration (int? configurationModeFrequencyMins = default, bool? rebootNodeIfNeeded = default, string configurationMode = default, string actionAfterReboot = default, string certificateId = default, int? refreshFrequencyMins = default, bool? allowModuleOverwrite = default);
new Microsoft.Azure.Management.Automation.Models.DscMetaConfiguration : Nullable<int> * Nullable<bool> * string * string * string * Nullable<int> * Nullable<bool> -> Microsoft.Azure.Management.Automation.Models.DscMetaConfiguration
Public Sub New (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)
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.
Applies to
Azure SDK for .NET