Share via


ApplicationQueryDescription クラス

定義

によって使用されるクエリ入力を GetApplicationPagedListAsync(ApplicationQueryDescription, TimeSpan, CancellationToken)表します。

public sealed class ApplicationQueryDescription : System.Fabric.Description.PagedQueryDescriptionBase
type ApplicationQueryDescription = class
    inherit PagedQueryDescriptionBase
Public NotInheritable Class ApplicationQueryDescription
Inherits PagedQueryDescriptionBase
継承
ApplicationQueryDescription

コンストラクター

ApplicationQueryDescription()

ApplicationQueryDescription クラスの新しいインスタンスを初期化します。

プロパティ

ApplicationDefinitionKindFilter

返されるアプリケーションのフィルター処理に使用する定義の種類を取得または設定します。

ApplicationNameFilter

クエリを実行するアプリケーションの URI 名を取得または設定します。

ApplicationTypeNameFilter

クエリを実行するアプリケーションのフィルター処理に使用するアプリケーションの種類名を取得または設定します。 このアプリケーションの種類のアプリケーションが返されます。

ContinuationToken

次のページを取得するために使用できる継続トークンを取得または設定します。

(継承元 PagedQueryDescriptionBase)
ExcludeApplicationParameters

アプリケーション パラメーターを結果から除外するかどうかを指定するフラグを取得または設定します。

ExcludeManagedApplicationIdentity

アプリケーション ID を結果から除外するかどうかを指定するフラグを取得または設定します。

MaxResults

ページごとに返すことができる結果項目の最大数を取得または設定します。

(継承元 PagedQueryDescriptionBase)

メソッド

ToString()

ToString() メソッドをオーバーライドして、クエリの説明のすべての内容を出力します。

(継承元 PagedQueryDescriptionBase)

適用対象