Share via


WebAppsGetPublicCertificate interface

Methods

delete(RequestParameters)

Deletes a hostname binding for an app.

get(RequestParameters)

Get the named public certificate for an app (or deployment slot, if specified).

put(WebAppsCreateOrUpdatePublicCertificateParameters)

Creates a hostname binding for an app.

Method Details

delete(RequestParameters)

Deletes a hostname binding for an app.

function delete(options?: RequestParameters): StreamableMethod<WebAppsDeletePublicCertificate200Response | WebAppsDeletePublicCertificate204Response | WebAppsDeletePublicCertificateDefaultResponse>

Parameters

Returns

get(RequestParameters)

Get the named public certificate for an app (or deployment slot, if specified).

function get(options?: RequestParameters): StreamableMethod<WebAppsGetPublicCertificate200Response | WebAppsGetPublicCertificateDefaultResponse>

Parameters

Returns

put(WebAppsCreateOrUpdatePublicCertificateParameters)

Creates a hostname binding for an app.

function put(options: WebAppsCreateOrUpdatePublicCertificateParameters): StreamableMethod<WebAppsCreateOrUpdatePublicCertificate200Response | WebAppsCreateOrUpdatePublicCertificateDefaultResponse>

Parameters

Returns