次の方法で共有


LoadTestRunClient.BeginTestRunAsync メソッド

定義

指定した名前で新しいテスト実行を作成して開始します。

public virtual System.Threading.Tasks.Task<Azure.Developer.LoadTesting.TestRunResultOperation> BeginTestRunAsync (Azure.WaitUntil waitUntil, string testRunId, Azure.Core.RequestContent content, TimeSpan? timeSpan = default, string oldTestRunId = default, Azure.RequestContext context = default);
abstract member BeginTestRunAsync : Azure.WaitUntil * string * Azure.Core.RequestContent * Nullable<TimeSpan> * string * Azure.RequestContext -> System.Threading.Tasks.Task<Azure.Developer.LoadTesting.TestRunResultOperation>
override this.BeginTestRunAsync : Azure.WaitUntil * string * Azure.Core.RequestContent * Nullable<TimeSpan> * string * Azure.RequestContext -> System.Threading.Tasks.Task<Azure.Developer.LoadTesting.TestRunResultOperation>
Public Overridable Function BeginTestRunAsync (waitUntil As WaitUntil, testRunId As String, content As RequestContent, Optional timeSpan As Nullable(Of TimeSpan) = Nothing, Optional oldTestRunId As String = Nothing, Optional context As RequestContext = Nothing) As Task(Of TestRunResultOperation)

パラメーター

waitUntil
WaitUntil

LRO を使用する方法を定義します。WaitUntil.Completed に合格した場合、テストの実行が完了するまで待機します

testRunId
String

ロード テストの実行の一意の名前。小文字の英字、数字、アンダースコア、またはハイフン文字のみを含める必要があります。

content
RequestContent

要求の本文として送信するコンテンツ。 要求本文スキーマの詳細については、以下の「解説」セクションを参照してください。

timeSpan
Nullable<TimeSpan>

poller クラスの pollingInterval、既定値、または null 値は 5 秒として扱われます

oldTestRunId
String

再実行する必要がある既存のテスト実行識別子。この識別子が指定されている場合、テストは既存のテスト実行の JMX ファイル、構成、アプリ コンポーネントを使用して実行されます。 要求本文で、新しいテスト実行の構成値をオーバーライドできます。

context
RequestContext

要求コンテキスト。これは、クライアント パイプラインの既定の動作を呼び出しごとにオーバーライドできます。

戻り値

サービスから返された応答。 応答本文スキーマの詳細については、以下の「解説」セクションを参照してください。

例外

testRunId または content が null です。

testRunId は空の文字列であり、空でないと予想されていました。

サービスから成功以外の状態コードが返されました。

適用対象