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. |
| node |
Gets or sets the configuration of the node. |
| 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. 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
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
nodeConfiguration
Gets or sets the configuration of the node.
nodeConfiguration?: DscNodeConfigurationAssociationProperty
Property Value
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. 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