DscNode interface
Definition of a DscNode
- Extends
Properties
account |
Gets or sets the account id of the node. |
etag | Gets or sets the etag of the resource. |
extension |
Gets or sets the list of extensionHandler properties for a Node. |
ip | Gets or sets the ip of the node. |
last |
Gets or sets the last seen time of the node. |
name |
Gets or sets the name of the dsc node configuration. |
node |
Gets or sets the node id. |
registration |
Gets or sets the registration time of the node. |
status | Gets or sets the status of the node. |
total |
Gets the total number of records matching filter criteria. |
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
accountId
Gets or sets the account id of the node.
accountId?: string
Property Value
string
etag
Gets or sets the etag of the resource.
etag?: string
Property Value
string
extensionHandler
Gets or sets the list of extensionHandler properties for a Node.
extensionHandler?: DscNodeExtensionHandlerAssociationProperty[]
Property Value
ip
Gets or sets the ip of the node.
ip?: string
Property Value
string
lastSeen
Gets or sets the last seen time of the node.
lastSeen?: Date
Property Value
Date
namePropertiesNodeConfigurationName
Gets or sets the name of the dsc node configuration.
namePropertiesNodeConfigurationName?: string
Property Value
string
nodeId
Gets or sets the node id.
nodeId?: string
Property Value
string
registrationTime
Gets or sets the registration time of the node.
registrationTime?: Date
Property Value
Date
status
Gets or sets the status of the node.
status?: string
Property Value
string
totalCount
Gets the total number of records matching filter criteria.
totalCount?: number
Property Value
number
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