Share via


WebAppsGetHostNameBinding 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(WebAppsCreateOrUpdateHostNameBindingParameters)

Creates a hostname binding for an app.

Method Details

delete(RequestParameters)

Deletes a hostname binding for an app.

function delete(options?: RequestParameters): StreamableMethod<WebAppsDeleteHostNameBinding200Response | WebAppsDeleteHostNameBinding204Response | WebAppsDeleteHostNameBindingDefaultResponse>

Parameters

Returns

get(RequestParameters)

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

function get(options?: RequestParameters): StreamableMethod<WebAppsGetHostNameBinding200Response | WebAppsGetHostNameBindingDefaultResponse>

Parameters

Returns

put(WebAppsCreateOrUpdateHostNameBindingParameters)

Creates a hostname binding for an app.

function put(options: WebAppsCreateOrUpdateHostNameBindingParameters): StreamableMethod<WebAppsCreateOrUpdateHostNameBinding200Response | WebAppsCreateOrUpdateHostNameBindingDefaultResponse>

Parameters

Returns