TestRunCreateOrUpdateAppComponents interface
メソッド
| get(Request |
特定のテスト実行に関連付けられているアプリ コンポーネント (Azure リソースのコレクション) を取得します。 |
| patch(Test |
アプリ コンポーネント (Azure リソースのコレクション) をテスト実行に関連付ける |
メソッドの詳細
get(RequestParameters)
特定のテスト実行に関連付けられているアプリ コンポーネント (Azure リソースのコレクション) を取得します。
function get(options?: RequestParameters): StreamableMethod<TestRunListAppComponents200Response | TestRunListAppComponentsDefaultResponse>
パラメーター
- options
- RequestParameters
戻り値
patch(TestRunCreateOrUpdateAppComponentsParameters)
アプリ コンポーネント (Azure リソースのコレクション) をテスト実行に関連付ける
function patch(options: TestRunCreateOrUpdateAppComponentsParameters): StreamableMethod<TestRunCreateOrUpdateAppComponents200Response | TestRunCreateOrUpdateAppComponents201Response | TestRunCreateOrUpdateAppComponentsDefaultResponse>