NodeInfo Classe
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Informations sur le nœud Kubernetes
public class NodeInfo
type NodeInfo = class
Public Class NodeInfo
- Héritage
-
NodeInfo
Constructeurs
NodeInfo() |
Initialise une nouvelle instance de la classe NodeInfo. |
NodeInfo(String, String, IList<KubernetesIPConfiguration>) |
Initialise une nouvelle instance de la classe NodeInfo. |
Propriétés
IpConfiguration |
Obtient ou définit la configuration IP du nœud Kubernetes. |
Name |
Obtient le nom du nœud. |
Type |
Obtient le type de nœud - Master/Worker. Les valeurs possibles sont les suivantes : 'Invalid', 'Master', 'Worker' |
S’applique à
Azure SDK for .NET