DeployedNetworkQueryDescription クラス

定義

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

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

コンストラクター

DeployedNetworkQueryDescription()

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

プロパティ

ContinuationToken

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

(継承元 PagedQueryDescriptionBase)
MaxResults

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

(継承元 PagedQueryDescriptionBase)
NodeName

クエリを実行するノード名を取得または設定します。

メソッド

ToString()

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

(継承元 PagedQueryDescriptionBase)

適用対象