DscNodeConfigurationCreateOrUpdateParameters Class

Definition

The parameters supplied to the create or update node configuration operation.

public class DscNodeConfigurationCreateOrUpdateParameters
[Microsoft.Rest.Serialization.JsonTransformation]
public class DscNodeConfigurationCreateOrUpdateParameters
type DscNodeConfigurationCreateOrUpdateParameters = class
[<Microsoft.Rest.Serialization.JsonTransformation>]
type DscNodeConfigurationCreateOrUpdateParameters = class
Public Class DscNodeConfigurationCreateOrUpdateParameters
Inheritance
DscNodeConfigurationCreateOrUpdateParameters
Attributes

Constructors

DscNodeConfigurationCreateOrUpdateParameters()

Initializes a new instance of the DscNodeConfigurationCreateOrUpdateParameters class.

DscNodeConfigurationCreateOrUpdateParameters(ContentSource, DscConfigurationAssociationProperty, Nullable<Boolean>, String, IDictionary<String,String>)

Initializes a new instance of the DscNodeConfigurationCreateOrUpdateParameters class.

DscNodeConfigurationCreateOrUpdateParameters(ContentSource, String, DscConfigurationAssociationProperty)

Properties

Configuration

Gets or sets the configuration of the node.

IncrementNodeConfigurationBuild

Gets or sets if a new build version of NodeConfiguration is required.

Name

Gets or sets name of the node configuration.

Source

Gets or sets the source.

Tags

Gets or sets the tags attached to the resource.

Methods

Validate()

Validate the object.

Applies to