WebAppsGetSourceControlSlot interface
Methods
| delete(Web |
Deletes the source control configuration of an app. |
| get(Request |
Gets the source control configuration of an app. |
| patch(Web |
Updates the source control configuration of an app. |
| put(Web |
Updates the source control configuration of an app. |
Method Details
delete(WebAppsDeleteSourceControlSlotParameters)
Deletes the source control configuration of an app.
function delete(options?: WebAppsDeleteSourceControlSlotParameters): StreamableMethod<WebAppsDeleteSourceControlSlot200Response | WebAppsDeleteSourceControlSlot202Response | WebAppsDeleteSourceControlSlot404Response | WebAppsDeleteSourceControlSlotDefaultResponse>
Parameters
Returns
get(RequestParameters)
Gets the source control configuration of an app.
function get(options?: RequestParameters): StreamableMethod<WebAppsGetSourceControlSlot200Response | WebAppsGetSourceControlSlot201Response | WebAppsGetSourceControlSlot202Response | WebAppsGetSourceControlSlotDefaultResponse>
Parameters
- options
- RequestParameters
Returns
patch(WebAppsUpdateSourceControlSlotParameters)
Updates the source control configuration of an app.
function patch(options: WebAppsUpdateSourceControlSlotParameters): StreamableMethod<WebAppsUpdateSourceControlSlot200Response | WebAppsUpdateSourceControlSlot201Response | WebAppsUpdateSourceControlSlot202Response | WebAppsUpdateSourceControlSlotDefaultResponse>
Parameters
Returns
put(WebAppsCreateOrUpdateSourceControlSlotParameters)
Updates the source control configuration of an app.
function put(options: WebAppsCreateOrUpdateSourceControlSlotParameters): StreamableMethod<WebAppsCreateOrUpdateSourceControlSlot200Response | WebAppsCreateOrUpdateSourceControlSlot201Response | WebAppsCreateOrUpdateSourceControlSlot202Response | WebAppsCreateOrUpdateSourceControlSlotDefaultResponse>