DscNodeConfiguration interface
Definition of the dsc node configuration.
- Extends
Properties
| configuration | Gets or sets the configuration of the node. |
| creation |
Gets or sets creation time. |
| increment |
If a new build version of NodeConfiguration is required. |
| last |
Gets or sets the last modified time. |
| node |
Number of nodes with this node configuration assigned |
| source | Source of node configuration. |
Inherited Properties
| id | Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} |
| name | The name of the resource |
| system |
Azure Resource Manager metadata containing createdBy and modifiedBy information. |
| type | The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" |
Property Details
configuration
Gets or sets the configuration of the node.
configuration?: DscConfigurationAssociationProperty
Property Value
creationTime
Gets or sets creation time.
creationTime?: Date
Property Value
Date
incrementNodeConfigurationBuild
If a new build version of NodeConfiguration is required.
incrementNodeConfigurationBuild?: boolean
Property Value
boolean
lastModifiedTime
Gets or sets the last modified time.
lastModifiedTime?: Date
Property Value
Date
nodeCount
Number of nodes with this node configuration assigned
nodeCount?: number
Property Value
number
source
Source of node configuration.
source?: string
Property Value
string
Inherited Property Details
id
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
id?: string
Property Value
string
Inherited From ProxyResource.id
name
systemData
Azure Resource Manager metadata containing createdBy and modifiedBy information.
systemData?: SystemData
Property Value
Inherited From ProxyResource.systemData
type
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
type?: string
Property Value
string
Inherited From ProxyResource.type