Share via


WebAppsGetHostNameBindingSlot interface

Methods

delete(RequestParameters)

Deletes a hostname binding for an app.

get(RequestParameters)

Get the named hostname binding for an app (or deployment slot, if specified).

put(WebAppsCreateOrUpdateHostNameBindingSlotParameters)

Creates a hostname binding for an app.

Method Details

delete(RequestParameters)

Deletes a hostname binding for an app.

function delete(options?: RequestParameters): StreamableMethod<WebAppsDeleteHostNameBindingSlot200Response | WebAppsDeleteHostNameBindingSlot204Response | WebAppsDeleteHostNameBindingSlotDefaultResponse>

Parameters

Returns

get(RequestParameters)

Get the named hostname binding for an app (or deployment slot, if specified).

function get(options?: RequestParameters): StreamableMethod<WebAppsGetHostNameBindingSlot200Response | WebAppsGetHostNameBindingSlotDefaultResponse>

Parameters

Returns

put(WebAppsCreateOrUpdateHostNameBindingSlotParameters)

Creates a hostname binding for an app.

function put(options: WebAppsCreateOrUpdateHostNameBindingSlotParameters): StreamableMethod<WebAppsCreateOrUpdateHostNameBindingSlot200Response | WebAppsCreateOrUpdateHostNameBindingSlotDefaultResponse>

Parameters

Returns