Share via


WebAppsGetSourceControlSlot interface

Methods

delete(WebAppsDeleteSourceControlSlotParameters)

Deletes the source control configuration of an app.

get(RequestParameters)

Gets the source control configuration of an app.

patch(WebAppsUpdateSourceControlSlotParameters)

Updates the source control configuration of an app.

put(WebAppsCreateOrUpdateSourceControlSlotParameters)

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

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>

Parameters

Returns