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 NOTE: This property will not be serialized. It can only be populated by the server. |
name | The name of the resource NOTE: This property will not be serialized. It can only be populated by the server. |
type | The type of the resource. NOTE: This property will not be serialized. It can only be populated by the server. |
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 NOTE: This property will not be serialized. It can only be populated by the server.
id?: string
Property Value
string
Inherited From ProxyResource.id
name
The name of the resource NOTE: This property will not be serialized. It can only be populated by the server.
name?: string
Property Value
string
Inherited From ProxyResource.name
type
The type of the resource. NOTE: This property will not be serialized. It can only be populated by the server.
type?: string
Property Value
string
Inherited From ProxyResource.type
Azure SDK for JavaScript