Share via


DscNode Constructors

Definition

Overloads

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.

DscNode()

Initializes a new instance of the DscNode class.

public DscNode ();
Public Sub New ()

Applies to

DscNode(String, String, String, DateTimeOffset, DateTimeOffset, String, String, String, String, String, String, Nullable<Int32>, IList<DscNodeExtensionHandlerAssociationProperty>)

Initializes a new instance of the DscNode class.

public DscNode (string id = default, string name = default, string type = default, DateTimeOffset lastSeen = default, DateTimeOffset registrationTime = default, string ip = default, string accountId = default, string dscNodeName = default, string status = default, string nodeId = default, string etag = default, int? totalCount = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Automation.Models.DscNodeExtensionHandlerAssociationProperty> extensionHandler = default);
new Microsoft.Azure.Management.Automation.Models.DscNode : string * string * string * DateTimeOffset * DateTimeOffset * string * string * string * string * string * string * Nullable<int> * System.Collections.Generic.IList<Microsoft.Azure.Management.Automation.Models.DscNodeExtensionHandlerAssociationProperty> -> Microsoft.Azure.Management.Automation.Models.DscNode
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional lastSeen As DateTimeOffset = Nothing, Optional registrationTime As DateTimeOffset = Nothing, Optional ip As String = Nothing, Optional accountId As String = Nothing, Optional dscNodeName As String = Nothing, Optional status As String = Nothing, Optional nodeId As String = Nothing, Optional etag As String = Nothing, Optional totalCount As Nullable(Of Integer) = Nothing, Optional extensionHandler As IList(Of DscNodeExtensionHandlerAssociationProperty) = Nothing)

Parameters

id
String

Fully qualified resource Id for the resource

name
String

The name of the resource

type
String

The type of the resource.

lastSeen
DateTimeOffset

Gets or sets the last seen time of the node.

registrationTime
DateTimeOffset

Gets or sets the registration time of the node.

ip
String

Gets or sets the ip of the node.

accountId
String

Gets or sets the account id of the node.

dscNodeName
String

Gets or sets the name of the dsc node configuration.

status
String

Gets or sets the status of the node.

nodeId
String

Gets or sets the node id.

etag
String

Gets or sets the etag of the resource.

totalCount
Nullable<Int32>

Gets the total number of records matching filter criteria.

extensionHandler
IList<DscNodeExtensionHandlerAssociationProperty>

Gets or sets the list of extensionHandler properties for a Node.

Applies to