你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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>

参数

返回