次の方法で共有


TestRunListQueryParamProperties interface

プロパティ

continuationToken

応答の次のページを取得する継続トークン

executionFrom

テスト実行時間フィルター範囲の DateTime (ISO 8601 リテラル形式) を開始します。

executionTo

テスト実行時間フィルター範囲の End DateTime(ISO 8601 リテラル形式)。

maxpagesize

応答の結果の数。

orderby

サポートされているフィールドを (フィールド asc/desc) 形式で並べ替えます。 例: executedDateTime asc。 サポートされているフィールド - executedDateTime

search

検索可能なフィールドに対するプレフィックス ベースの大文字と小文字を区別する検索 - 説明、executedUser。 たとえば、説明 500 の VM でテスト実行を検索するには、検索パラメーターを 500 にすることができます。

status

テストの実行状態のコンマ区切りの一覧。

testId

既存のロード テストの一意の名前。

プロパティの詳細

continuationToken

応答の次のページを取得する継続トークン

continuationToken?: string

プロパティ値

string

executionFrom

テスト実行時間フィルター範囲の DateTime (ISO 8601 リテラル形式) を開始します。

executionFrom?: string | Date

プロパティ値

string | Date

executionTo

テスト実行時間フィルター範囲の End DateTime(ISO 8601 リテラル形式)。

executionTo?: string | Date

プロパティ値

string | Date

maxpagesize

応答の結果の数。

maxpagesize?: number

プロパティ値

number

orderby

サポートされているフィールドを (フィールド asc/desc) 形式で並べ替えます。 例: executedDateTime asc。 サポートされているフィールド - executedDateTime

orderby?: string

プロパティ値

string

検索可能なフィールドに対するプレフィックス ベースの大文字と小文字を区別する検索 - 説明、executedUser。 たとえば、説明 500 の VM でテスト実行を検索するには、検索パラメーターを 500 にすることができます。

search?: string

プロパティ値

string

status

テストの実行状態のコンマ区切りの一覧。

status?: string

プロパティ値

string

testId

既存のロード テストの一意の名前。

testId?: string

プロパティ値

string