DscNodeConfigurationCreateOrUpdateParameters 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
DscNodeConfigurationCreateOrUpdateParameters() |
Initializes a new instance of the DscNodeConfigurationCreateOrUpdateParameters class. |
DscNodeConfigurationCreateOrUpdateParameters(ContentSource, String, DscConfigurationAssociationProperty) | |
DscNodeConfigurationCreateOrUpdateParameters(ContentSource, DscConfigurationAssociationProperty, Nullable<Boolean>, String, IDictionary<String,String>) |
Initializes a new instance of the DscNodeConfigurationCreateOrUpdateParameters class. |
DscNodeConfigurationCreateOrUpdateParameters()
Initializes a new instance of the DscNodeConfigurationCreateOrUpdateParameters class.
public DscNodeConfigurationCreateOrUpdateParameters ();
Public Sub New ()
Applies to
DscNodeConfigurationCreateOrUpdateParameters(ContentSource, String, DscConfigurationAssociationProperty)
public DscNodeConfigurationCreateOrUpdateParameters (Microsoft.Azure.Management.Automation.Models.ContentSource source, string name, Microsoft.Azure.Management.Automation.Models.DscConfigurationAssociationProperty configuration);
new Microsoft.Azure.Management.Automation.Models.DscNodeConfigurationCreateOrUpdateParameters : Microsoft.Azure.Management.Automation.Models.ContentSource * string * Microsoft.Azure.Management.Automation.Models.DscConfigurationAssociationProperty -> Microsoft.Azure.Management.Automation.Models.DscNodeConfigurationCreateOrUpdateParameters
Public Sub New (source As ContentSource, name As String, configuration As DscConfigurationAssociationProperty)
Parameters
- source
- ContentSource
- name
- String
- configuration
- DscConfigurationAssociationProperty
Applies to
DscNodeConfigurationCreateOrUpdateParameters(ContentSource, DscConfigurationAssociationProperty, Nullable<Boolean>, String, IDictionary<String,String>)
Initializes a new instance of the DscNodeConfigurationCreateOrUpdateParameters class.
public DscNodeConfigurationCreateOrUpdateParameters (Microsoft.Azure.Management.Automation.Models.ContentSource source, Microsoft.Azure.Management.Automation.Models.DscConfigurationAssociationProperty configuration, bool? incrementNodeConfigurationBuild = default, string name = default, System.Collections.Generic.IDictionary<string,string> tags = default);
new Microsoft.Azure.Management.Automation.Models.DscNodeConfigurationCreateOrUpdateParameters : Microsoft.Azure.Management.Automation.Models.ContentSource * Microsoft.Azure.Management.Automation.Models.DscConfigurationAssociationProperty * Nullable<bool> * string * System.Collections.Generic.IDictionary<string, string> -> Microsoft.Azure.Management.Automation.Models.DscNodeConfigurationCreateOrUpdateParameters
Public Sub New (source As ContentSource, configuration As DscConfigurationAssociationProperty, Optional incrementNodeConfigurationBuild As Nullable(Of Boolean) = Nothing, Optional name As String = Nothing, Optional tags As IDictionary(Of String, String) = Nothing)
Parameters
- source
- ContentSource
Gets or sets the source.
- configuration
- DscConfigurationAssociationProperty
Gets or sets the configuration of the node.
If a new build version of NodeConfiguration is required.
- name
- String
Name of the node configuration.
- tags
- IDictionary<String,String>
Gets or sets the tags attached to the resource.
Applies to
Azure SDK for .NET