DscNodeData Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A class representing the DscNode data model. Definition of a DscNode
public class DscNodeData : Azure.ResourceManager.Models.ResourceData
type DscNodeData = class
inherit ResourceData
Public Class DscNodeData
Inherits ResourceData
- Inheritance
Constructors
DscNodeData() |
Initializes a new instance of DscNodeData. |
Properties
AccountId |
Gets or sets the account id of the node. |
ETag |
Gets or sets the etag of the resource. |
ExtensionHandler |
Gets or sets the list of extensionHandler properties for a Node. |
Id |
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}. (Inherited from ResourceData) |
IP |
Gets or sets the ip of the node. |
LastSeenOn |
Gets or sets the last seen time of the node. |
Name |
The name of the resource. (Inherited from ResourceData) |
NamePropertiesNodeConfigurationName |
Gets or sets the name of the dsc node configuration. |
NodeId |
Gets or sets the node id. |
RegistrationOn |
Gets or sets the registration time of the node. |
ResourceType |
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts". (Inherited from ResourceData) |
Status |
Gets or sets the status of the node. |
SystemData |
Azure Resource Manager metadata containing createdBy and modifiedBy information. (Inherited from ResourceData) |
TotalCount |
Gets the total number of records matching filter criteria. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | (Inherited from ResourceData) |
Applies to
Azure SDK for .NET