GetEnvironment interface

方法

delete(RequestParameters)

刪除環境及其所有相關聯的資源

get(RequestParameters)

取得環境

put(CreateOrUpdateEnvironmentParameters)

建立或更新環境。

方法詳細資料

delete(RequestParameters)

刪除環境及其所有相關聯的資源

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

參數

傳回

get(RequestParameters)

取得環境

function get(options?: RequestParameters): StreamableMethod<GetEnvironment200Response | GetEnvironmentDefaultResponse>

參數

傳回

put(CreateOrUpdateEnvironmentParameters)

建立或更新環境。

function put(options: CreateOrUpdateEnvironmentParameters): StreamableMethod<CreateOrUpdateEnvironmentDefaultResponse | CreateOrUpdateEnvironment201Response>

參數

傳回