WebAppsGetSourceControl 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(WebAppsDeleteSourceControlParameters)
Deletes the source control configuration of an app.
function delete(options?: WebAppsDeleteSourceControlParameters): StreamableMethod<WebAppsDeleteSourceControl200Response | WebAppsDeleteSourceControl202Response | WebAppsDeleteSourceControl404Response | WebAppsDeleteSourceControlDefaultResponse>
Parameters
Returns
get(RequestParameters)
Gets the source control configuration of an app.
function get(options?: RequestParameters): StreamableMethod<WebAppsGetSourceControl200Response | WebAppsGetSourceControl201Response | WebAppsGetSourceControl202Response | WebAppsGetSourceControlDefaultResponse>
Parameters
- options
- RequestParameters
Returns
patch(WebAppsUpdateSourceControlParameters)
Updates the source control configuration of an app.
function patch(options: WebAppsUpdateSourceControlParameters): StreamableMethod<WebAppsUpdateSourceControl200Response | WebAppsUpdateSourceControl201Response | WebAppsUpdateSourceControl202Response | WebAppsUpdateSourceControlDefaultResponse>
Parameters
Returns
put(WebAppsCreateOrUpdateSourceControlParameters)
Updates the source control configuration of an app.
function put(options: WebAppsCreateOrUpdateSourceControlParameters): StreamableMethod<WebAppsCreateOrUpdateSourceControl200Response | WebAppsCreateOrUpdateSourceControl201Response | WebAppsCreateOrUpdateSourceControl202Response | WebAppsCreateOrUpdateSourceControlDefaultResponse>