WebAppsGetSourceControlSlot interface
方法
| delete(Web |
刪除應用程式的原始檔控制組態。 |
| get(Request |
取得應用程式的原始檔控制組態。 |
| patch(Web |
更新應用程式的原始檔控制組態。 |
| put(Web |
更新應用程式的原始檔控制組態。 |
方法詳細資料
delete(WebAppsDeleteSourceControlSlotParameters)
刪除應用程式的原始檔控制組態。
function delete(options?: WebAppsDeleteSourceControlSlotParameters): StreamableMethod<WebAppsDeleteSourceControlSlot200Response | WebAppsDeleteSourceControlSlot202Response | WebAppsDeleteSourceControlSlot404Response | WebAppsDeleteSourceControlSlotDefaultResponse>
參數
傳回
get(RequestParameters)
取得應用程式的原始檔控制組態。
function get(options?: RequestParameters): StreamableMethod<WebAppsGetSourceControlSlot200Response | WebAppsGetSourceControlSlot201Response | WebAppsGetSourceControlSlot202Response | WebAppsGetSourceControlSlotDefaultResponse>
參數
- options
- RequestParameters
傳回
patch(WebAppsUpdateSourceControlSlotParameters)
更新應用程式的原始檔控制組態。
function patch(options: WebAppsUpdateSourceControlSlotParameters): StreamableMethod<WebAppsUpdateSourceControlSlot200Response | WebAppsUpdateSourceControlSlot201Response | WebAppsUpdateSourceControlSlot202Response | WebAppsUpdateSourceControlSlotDefaultResponse>
參數
傳回
put(WebAppsCreateOrUpdateSourceControlSlotParameters)
更新應用程式的原始檔控制組態。
function put(options: WebAppsCreateOrUpdateSourceControlSlotParameters): StreamableMethod<WebAppsCreateOrUpdateSourceControlSlot200Response | WebAppsCreateOrUpdateSourceControlSlot201Response | WebAppsCreateOrUpdateSourceControlSlot202Response | WebAppsCreateOrUpdateSourceControlSlotDefaultResponse>