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