GetEnvironmentByUser interface
方法
| delete(Request |
刪除環境及其所有相關聯的資源 |
| get(Request |
取得環境。 |
| put(Create |
建立或更新環境。 |
方法詳細資料
delete(RequestParameters)
刪除環境及其所有相關聯的資源
function delete(options?: RequestParameters): StreamableMethod<DeleteEnvironment202Response | DeleteEnvironment204Response | DeleteEnvironmentDefaultResponse>
參數
- options
- RequestParameters
傳回
get(RequestParameters)
取得環境。
function get(options?: RequestParameters): StreamableMethod<GetEnvironmentByUser200Response | GetEnvironmentByUserDefaultResponse>
參數
- options
- RequestParameters
傳回
put(CreateOrReplaceEnvironmentParameters)
建立或更新環境。
function put(options: CreateOrReplaceEnvironmentParameters): StreamableMethod<CreateOrReplaceEnvironment201Response | CreateOrReplaceEnvironmentDefaultResponse>