次の方法で共有


DeployedApplicationHealthStateFilter.DeployedServicePackageFilters プロパティ

定義

デプロイされたサービス パッケージの DeployedServicePackageHealthStateFilter 正常性状態に適用される の一覧を取得します。

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)

プロパティ値

デプロイされたサービス パッケージの DeployedServicePackageHealthStateFilter 正常性状態に適用される の一覧。

注釈

フィルターに一致するすべてのデプロイ済みサービス パッケージは、デプロイされたアプリケーションの子として返されます。 空の場合、既定では子は返されません。

適用対象