DscNode 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.
Definition of a DscNode
public class DscNode : Microsoft.Azure.Management.Automation.Models.ResourceBase
[Microsoft.Rest.Serialization.JsonTransformation]
public class DscNode : Microsoft.Azure.Management.Automation.Models.ProxyResource
type DscNode = class
inherit ResourceBase
[<Microsoft.Rest.Serialization.JsonTransformation>]
type DscNode = class
inherit ProxyResource
Public Class DscNode
Inherits ResourceBase
Public Class DscNode
Inherits ProxyResource
- Inheritance
- Inheritance
- Attributes
Constructors
DscNode() |
Initializes a new instance of the DscNode class. |
DscNode(String, String, String, DateTimeOffset, DateTimeOffset, String, String, String, String, String, String, Nullable<Int32>, IList<DscNodeExtensionHandlerAssociationProperty>) |
Initializes a new instance of the DscNode class. |
Properties
AccountId |
Gets or sets the account id of the node. |
DscNodeName |
Gets or sets the name of the dsc node configuration. |
Etag |
Gets or sets the etag of the resource. |
Etag | (Inherited from ResourceBase) |
ExtensionHandler |
Gets or sets the list of extensionHandler properties for a Node. |
Id | (Inherited from ResourceBase) |
Id |
Gets fully qualified resource Id for the resource (Inherited from Resource) |
Ip |
Gets or sets the ip of the node. |
LastSeen |
Gets or sets the last seen time of the node. |
Location | (Inherited from ResourceBase) |
Name | (Inherited from ResourceBase) |
Name |
Gets the name of the resource (Inherited from Resource) |
NodeConfiguration | |
NodeId |
Gets or sets the node id. |
RegistrationTime |
Gets or sets the registration time of the node. |
Status |
Gets or sets the status of the node. |
Tags | (Inherited from ResourceBase) |
TotalCount |
Gets the total number of records matching filter criteria. |
Type | (Inherited from ResourceBase) |
Type |
Gets the type of the resource. (Inherited from Resource) |
Applies to
Azure SDK for .NET