Share via


DscConfigurationCreateOrUpdateParameters Constructors

Definition

Overloads

DscConfigurationCreateOrUpdateParameters()

Initializes a new instance of the DscConfigurationCreateOrUpdateParameters class.

DscConfigurationCreateOrUpdateParameters(DscConfigurationCreateOrUpdateProperties)
DscConfigurationCreateOrUpdateParameters(ContentSource, Nullable<Boolean>, Nullable<Boolean>, IDictionary<String,DscConfigurationParameter>, String, String, String, IDictionary<String,String>)

Initializes a new instance of the DscConfigurationCreateOrUpdateParameters class.

DscConfigurationCreateOrUpdateParameters()

Initializes a new instance of the DscConfigurationCreateOrUpdateParameters class.

public DscConfigurationCreateOrUpdateParameters ();
Public Sub New ()

Applies to

DscConfigurationCreateOrUpdateParameters(DscConfigurationCreateOrUpdateProperties)

public DscConfigurationCreateOrUpdateParameters (Microsoft.Azure.Management.Automation.Models.DscConfigurationCreateOrUpdateProperties properties);
new Microsoft.Azure.Management.Automation.Models.DscConfigurationCreateOrUpdateParameters : Microsoft.Azure.Management.Automation.Models.DscConfigurationCreateOrUpdateProperties -> Microsoft.Azure.Management.Automation.Models.DscConfigurationCreateOrUpdateParameters
Public Sub New (properties As DscConfigurationCreateOrUpdateProperties)

Parameters

Applies to

DscConfigurationCreateOrUpdateParameters(ContentSource, Nullable<Boolean>, Nullable<Boolean>, IDictionary<String,DscConfigurationParameter>, String, String, String, IDictionary<String,String>)

Initializes a new instance of the DscConfigurationCreateOrUpdateParameters class.

public DscConfigurationCreateOrUpdateParameters (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, string location = default, System.Collections.Generic.IDictionary<string,string> tags = default);
new Microsoft.Azure.Management.Automation.Models.DscConfigurationCreateOrUpdateParameters : Microsoft.Azure.Management.Automation.Models.ContentSource * Nullable<bool> * Nullable<bool> * System.Collections.Generic.IDictionary<string, Microsoft.Azure.Management.Automation.Models.DscConfigurationParameter> * string * string * string * System.Collections.Generic.IDictionary<string, string> -> Microsoft.Azure.Management.Automation.Models.DscConfigurationCreateOrUpdateParameters
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 location As String = Nothing, Optional tags As IDictionary(Of String, String) = Nothing)

Parameters

source
ContentSource

Gets or sets the source.

logVerbose
Nullable<Boolean>

Gets or sets verbose log option.

logProgress
Nullable<Boolean>

Gets or sets progress log option.

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.

location
String

Gets or sets the location of the resource.

tags
IDictionary<String,String>

Gets or sets the tags attached to the resource.

Applies to