次の方法で共有


GetEnvironmentByUser interface

メソッド

delete(RequestParameters)

環境とそれに関連付けられているすべてのリソースを削除します。

get(RequestParameters)

環境を取得します。

put(CreateOrReplaceEnvironmentParameters)

環境を作成または更新します。

メソッドの詳細

delete(RequestParameters)

環境とそれに関連付けられているすべてのリソースを削除します。

function delete(options?: RequestParameters): StreamableMethod<DeleteEnvironment202Response | DeleteEnvironment204Response | DeleteEnvironmentDefaultResponse>

パラメーター

戻り値

get(RequestParameters)

環境を取得します。

function get(options?: RequestParameters): StreamableMethod<GetEnvironmentByUser200Response | GetEnvironmentByUserDefaultResponse>

パラメーター

戻り値

put(CreateOrReplaceEnvironmentParameters)

環境を作成または更新します。

function put(options: CreateOrReplaceEnvironmentParameters): StreamableMethod<CreateOrReplaceEnvironment201Response | CreateOrReplaceEnvironmentDefaultResponse>

パラメーター

戻り値