Condividi tramite


DscNode Costruttori

Definizione

Overload

DscNode()

Inizializza una nuova istanza della classe DscNode.

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

Inizializza una nuova istanza della classe DscNode.

DscNode()

Inizializza una nuova istanza della classe DscNode.

public DscNode ();
Public Sub New ()

Si applica a

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

Inizializza una nuova istanza della classe DscNode.

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)

Parametri

id
String

ID risorsa completo per la risorsa

name
String

nome della risorsa.

type
String

Tipo di risorsa.

lastSeen
DateTimeOffset

Ottiene o imposta l'ultima volta visualizzata del nodo.

registrationTime
DateTimeOffset

Ottiene o imposta l'ora di registrazione del nodo.

ip
String

Ottiene o imposta l'ip del nodo.

accountId
String

Ottiene o imposta l'ID account del nodo.

dscNodeName
String

Ottiene o imposta il nome della configurazione del nodo DSC.

status
String

Ottiene o imposta lo stato del nodo.

nodeId
String

Ottiene o imposta l'ID nodo.

etag
String

Ottiene o imposta l'etag della risorsa.

totalCount
Nullable<Int32>

Ottiene il numero totale di record corrispondenti ai criteri di filtro.

extensionHandler
IList<DscNodeExtensionHandlerAssociationProperty>

Ottiene o imposta l'elenco delle proprietà del gestore estensioni per un nodo.

Si applica a