DscNodeConfiguration Class

Definition

Definition of the dsc node configuration.

public class DscNodeConfiguration
[Microsoft.Rest.Serialization.JsonTransformation]
public class DscNodeConfiguration : Microsoft.Azure.Management.Automation.Models.ProxyResource
type DscNodeConfiguration = class
[<Microsoft.Rest.Serialization.JsonTransformation>]
type DscNodeConfiguration = class
    inherit ProxyResource
Public Class DscNodeConfiguration
Public Class DscNodeConfiguration
Inherits ProxyResource
Inheritance
DscNodeConfiguration
Inheritance
DscNodeConfiguration
Attributes

Constructors

DscNodeConfiguration()

Initializes a new instance of the DscNodeConfiguration class.

DscNodeConfiguration(String, String, String, DateTimeOffset, DateTimeOffset, DscConfigurationAssociationProperty, String, Nullable<Int64>, Nullable<Boolean>)

Initializes a new instance of the DscNodeConfiguration class.

Properties

Configuration

Gets or sets the configuration of the node.

CreationTime

Gets or sets creation time.

Id
Id

Gets fully qualified resource Id for the resource

(Inherited from Resource)
IncrementNodeConfigurationBuild

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

LastModifiedTime

Gets or sets the last modified time.

Name
Name

Gets the name of the resource

(Inherited from Resource)
NodeCount

Gets or sets number of nodes with this node configuration assigned

Source

Gets or sets source of node configuration.

Type

Gets the type of the resource.

(Inherited from Resource)

Applies to