DscNodeConfigurationData Class

Definition

A class representing the DscNodeConfiguration data model. Definition of the dsc node configuration.

public class DscNodeConfigurationData : Azure.ResourceManager.Models.ResourceData
type DscNodeConfigurationData = class
    inherit ResourceData
Public Class DscNodeConfigurationData
Inherits ResourceData
Inheritance
DscNodeConfigurationData

Constructors

DscNodeConfigurationData()

Initializes a new instance of DscNodeConfigurationData.

Properties

ConfigurationName

Gets or sets the name of the Dsc configuration.

CreatedOn

Gets or sets creation time.

Id

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}.

(Inherited from ResourceData)
IsIncrementNodeConfigurationBuildRequired

If a new build version of NodeConfiguration is required.

LastModifiedOn

Gets or sets the last modified time.

Name

The name of the resource.

(Inherited from ResourceData)
NodeCount

Number of nodes with this node configuration assigned.

ResourceType

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts".

(Inherited from ResourceData)
Source

Source of node configuration.

SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

(Inherited from ResourceData)

Applies to