IntegrationRuntimesGet interface
メソッド
| delete(Request |
統合ランタイムを削除します。 |
| get(Request |
統合ランタイムを取得します。 |
| put(Integration |
統合ランタイムのインスタンスを作成または置換します。 |
メソッドの詳細
delete(RequestParameters)
統合ランタイムを削除します。
function delete(options?: RequestParameters): StreamableMethod<IntegrationRuntimesDelete204Response | IntegrationRuntimesDeleteDefaultResponse>
パラメーター
- options
- RequestParameters
戻り値
get(RequestParameters)
統合ランタイムを取得します。
function get(options?: RequestParameters): StreamableMethod<IntegrationRuntimesGet200Response | IntegrationRuntimesGetDefaultResponse>
パラメーター
- options
- RequestParameters
戻り値
put(IntegrationRuntimesCreateOrReplaceParameters)
統合ランタイムのインスタンスを作成または置換します。
function put(options: IntegrationRuntimesCreateOrReplaceParameters): StreamableMethod<IntegrationRuntimesCreateOrReplace200Response | IntegrationRuntimesCreateOrReplace201Response | IntegrationRuntimesCreateOrReplaceDefaultResponse>