ClusterHealthChunkQueryDescription.NodeFilters Propriété
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.
Obtient la liste de à appliquer aux états d’intégrité NodeHealthStateFilter enfants du nœud.
public System.Collections.Generic.IList<System.Fabric.Health.NodeHealthStateFilter> NodeFilters { get; }
member this.NodeFilters : System.Collections.Generic.IList<System.Fabric.Health.NodeHealthStateFilter>
Public ReadOnly Property NodeFilters As IList(Of NodeHealthStateFilter)
Valeur de propriété
Liste de à appliquer aux états d’intégrité NodeHealthStateFilter enfants du nœud.
Remarques
Tous les enfants de nœud qui correspondent au filtre seront retournés en tant qu’enfants du cluster. S’il est vide, aucun nœud n’est retourné.
S’applique à
Azure SDK for .NET