DeployedApplicationHealthStateFilter.DeployedServicePackageFilters 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 des à appliquer aux états d’intégrité du package de DeployedServicePackageHealthStateFilter service déployé.
public System.Collections.Generic.IList<System.Fabric.Health.DeployedServicePackageHealthStateFilter> DeployedServicePackageFilters { get; }
member this.DeployedServicePackageFilters : System.Collections.Generic.IList<System.Fabric.Health.DeployedServicePackageHealthStateFilter>
Public ReadOnly Property DeployedServicePackageFilters As IList(Of DeployedServicePackageHealthStateFilter)
Valeur de propriété
Liste des à appliquer aux états d’intégrité du package de DeployedServicePackageHealthStateFilter service déployé.
Remarques
Tous les packages de service déployés qui correspondent au filtre sont retournés en tant qu’enfants de l’application déployée. Si elle est vide, les enfants ne sont pas renvoyés par défaut.
S’applique à
Azure SDK for .NET