LoadTestRunListTestRunsQueryParamProperties interface
プロパティ
| created |
テスト実行を作成したエンティティの種類のコンマ区切りリスト。 |
| execution |
テスト実行時間フィルター範囲の DateTime (RFC 3339 リテラル形式) を開始します。 |
| execution |
テスト実行時間フィルター範囲の End DateTime(RFC 3339 リテラル形式)。 |
| maxpagesize | 応答の結果の数。 |
| orderby | サポートされているフィールドを (フィールド asc/desc) 形式で並べ替えます。 例:createdDateTime asc。 サポートフィールド - createdDateTime、exedDateTime(レガシー) |
| search | 検索可能なフィールドに対するプレフィックス ベースの大文字と小文字を区別する検索 - 説明、executedUser。 たとえば、説明 500 の VM でテスト実行を検索するには、検索パラメーターを 500 にすることができます。 |
| status | テストの実行状態のコンマ区切りの一覧。 |
| test |
既存のロード テストの一意の名前。 |
| test |
テスト ID のコンマ区切りリスト。 testId を使用している場合は、testId の値を送信しないでください。 |
プロパティの詳細
createdByTypes
テスト実行を作成したエンティティの種類のコンマ区切りリスト。
createdByTypes?: string[] | LoadTestRunListTestRunsCreatedByTypesQueryParam
プロパティ値
executionFrom
テスト実行時間フィルター範囲の DateTime (RFC 3339 リテラル形式) を開始します。
executionFrom?: string | Date
プロパティ値
string | Date
executionTo
テスト実行時間フィルター範囲の End DateTime(RFC 3339 リテラル形式)。
executionTo?: string | Date
プロパティ値
string | Date
maxpagesize
応答の結果の数。
maxpagesize?: number
プロパティ値
number
orderby
サポートされているフィールドを (フィールド asc/desc) 形式で並べ替えます。 例:createdDateTime asc。 サポートフィールド - createdDateTime、exedDateTime(レガシー)
orderby?: string
プロパティ値
string
search
検索可能なフィールドに対するプレフィックス ベースの大文字と小文字を区別する検索 - 説明、executedUser。 たとえば、説明 500 の VM でテスト実行を検索するには、検索パラメーターを 500 にすることができます。
search?: string
プロパティ値
string
status
テストの実行状態のコンマ区切りの一覧。
status?: string
プロパティ値
string
testId
既存のロード テストの一意の名前。
testId?: string
プロパティ値
string
testIds
テスト ID のコンマ区切りリスト。 testId を使用している場合は、testId の値を送信しないでください。
testIds?: string[] | LoadTestRunListTestRunsTestIdsQueryParam
プロパティ値
string[] | LoadTestRunListTestRunsTestIdsQueryParam