DscNode Constructors
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
Overloads
DscNode() |
Initialiseert een nieuw exemplaar van de dscnode-klasse. |
DscNode(String, String, String, DateTimeOffset, DateTimeOffset, String, String, String, String, String, String, Nullable<Int32>, IList<DscNodeExtensionHandlerAssociationProperty>) |
Initialiseert een nieuw exemplaar van de dscnode-klasse. |
DscNode()
Initialiseert een nieuw exemplaar van de dscnode-klasse.
public DscNode ();
Public Sub New ()
Van toepassing op
DscNode(String, String, String, DateTimeOffset, DateTimeOffset, String, String, String, String, String, String, Nullable<Int32>, IList<DscNodeExtensionHandlerAssociationProperty>)
Initialiseert een nieuw exemplaar van de dscnode-klasse.
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
Volledig gekwalificeerde resource-id voor de resource
- name
- String
De naam van de resource
- type
- String
Het type resource.
- lastSeen
- DateTimeOffset
Hiermee wordt de laatst geziene tijd van het knooppunt opgehaald of ingesteld.
- registrationTime
- DateTimeOffset
Hiermee wordt de registratietijd van het knooppunt opgehaald of ingesteld.
- ip
- String
Hiermee wordt het IP-adres van het knooppunt opgehaald of ingesteld.
- accountId
- String
Hiermee wordt de account-id van het knooppunt opgehaald of ingesteld.
- dscNodeName
- String
Hiermee wordt de naam van de dsc-knooppuntconfiguratie opgehaald of ingesteld.
- status
- String
Hiermee wordt de status van het knooppunt opgehaald of ingesteld.
- nodeId
- String
Hiermee wordt de knooppunt-id opgehaald of ingesteld.
- etag
- String
Hiermee wordt de etag van de resource opgehaald of ingesteld.
Hiermee haalt u het totale aantal records op dat overeenkomt met filtercriteria.
- extensionHandler
- IList<DscNodeExtensionHandlerAssociationProperty>
Hiermee wordt de lijst met extensionHandler-eigenschappen voor een knooppunt opgehaald of ingesteld.
Van toepassing op
Azure SDK for .NET