Node Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
Node() |
Inicializa uma nova instância da classe Node. |
Node(String, String, String, String, String, String, String, String, String, String) |
Inicializa uma nova instância da classe Node. |
Node()
Inicializa uma nova instância da classe Node.
public Node();
Public Sub New ()
Aplica-se a
Node(String, String, String, String, String, String, String, String, String, String)
Inicializa uma nova instância da classe Node.
public Node(string id = default, string name = default, string type = default, string nodeStatus = default, string nodeChassisSerialNumber = default, string nodeSerialNumber = default, string nodeDisplayName = default, string nodeFriendlySoftwareVersion = default, string nodeHcsVersion = default, string nodeInstanceId = default);
new Microsoft.Azure.Management.DataBoxEdge.Models.Node : string * string * string * string * string * string * string * string * string * string -> Microsoft.Azure.Management.DataBoxEdge.Models.Node
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional nodeStatus As String = Nothing, Optional nodeChassisSerialNumber As String = Nothing, Optional nodeSerialNumber As String = Nothing, Optional nodeDisplayName As String = Nothing, Optional nodeFriendlySoftwareVersion As String = Nothing, Optional nodeHcsVersion As String = Nothing, Optional nodeInstanceId As String = Nothing)
Parâmetros
- id
- String
A ID do caminho que identifica exclusivamente o objeto.
- name
- String
O nome do objeto.
- type
- String
O tipo hierárquico do objeto .
- nodeStatus
- String
O status atual do nó individual. Os valores possíveis incluem: 'Unknown', 'Up', 'Down', 'Rebooting', 'ShuttingDown'
- nodeChassisSerialNumber
- String
Número de série do Chassis
- nodeSerialNumber
- String
Número de série do nó individual
- nodeDisplayName
- String
Nome de exibição do nó individual
- nodeFriendlySoftwareVersion
- String
Nome de versão de software amigável que está atualmente instalado no nó
- nodeHcsVersion
- String
Versão do HCS instalada no momento no nó
- nodeInstanceId
- String
ID da instância guid do nó
Aplica-se a
Azure SDK for .NET