DscConfigurationUpdateParameters 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
DscConfigurationUpdateParameters() |
Initializes a new instance of the DscConfigurationUpdateParameters class. |
DscConfigurationUpdateParameters(ContentSource, Nullable<Boolean>, Nullable<Boolean>, IDictionary<String,DscConfigurationParameter>, String, String, IDictionary<String,String>) |
Initializes a new instance of the DscConfigurationUpdateParameters class. |
DscConfigurationUpdateParameters()
Initializes a new instance of the DscConfigurationUpdateParameters class.
public DscConfigurationUpdateParameters ();
Public Sub New ()
Applies to
DscConfigurationUpdateParameters(ContentSource, Nullable<Boolean>, Nullable<Boolean>, IDictionary<String,DscConfigurationParameter>, String, String, IDictionary<String,String>)
Initializes a new instance of the DscConfigurationUpdateParameters class.
public DscConfigurationUpdateParameters (Microsoft.Azure.Management.Automation.Models.ContentSource source, bool? logVerbose = default, bool? logProgress = default, System.Collections.Generic.IDictionary<string,Microsoft.Azure.Management.Automation.Models.DscConfigurationParameter> parameters = default, string description = default, string name = default, System.Collections.Generic.IDictionary<string,string> tags = default);
new Microsoft.Azure.Management.Automation.Models.DscConfigurationUpdateParameters : Microsoft.Azure.Management.Automation.Models.ContentSource * Nullable<bool> * Nullable<bool> * System.Collections.Generic.IDictionary<string, Microsoft.Azure.Management.Automation.Models.DscConfigurationParameter> * string * string * System.Collections.Generic.IDictionary<string, string> -> Microsoft.Azure.Management.Automation.Models.DscConfigurationUpdateParameters
Public Sub New (source As ContentSource, Optional logVerbose As Nullable(Of Boolean) = Nothing, Optional logProgress As Nullable(Of Boolean) = Nothing, Optional parameters As IDictionary(Of String, DscConfigurationParameter) = Nothing, Optional description As String = Nothing, Optional name As String = Nothing, Optional tags As IDictionary(Of String, String) = Nothing)
Parameters
- source
- ContentSource
Gets or sets the source.
- parameters
- IDictionary<String,DscConfigurationParameter>
Gets or sets the configuration parameters.
- description
- String
Gets or sets the description of the configuration.
- name
- String
Gets or sets name of the resource.
- tags
- IDictionary<String,String>
Gets or sets the tags attached to the resource.
Applies to
Azure SDK for .NET