ApplicationNetworkQueryDescription クラス

定義

によって使用されるクエリ入力を GetApplicationNetworkListAsync(ApplicationNetworkQueryDescription)表します。

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

コンストラクター

ApplicationNetworkQueryDescription()

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

プロパティ

ApplicationName

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

ContinuationToken

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

(継承元 PagedQueryDescriptionBase)
MaxResults

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

(継承元 PagedQueryDescriptionBase)

メソッド

ToString()

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

(継承元 PagedQueryDescriptionBase)

適用対象