WebAppsGetDomainOwnershipIdentifierSlot interface

Methods

delete(RequestParameters)

Deletes a domain ownership identifier for a web app.

get(RequestParameters)

Get domain ownership identifier for web app.

patch(WebAppsUpdateDomainOwnershipIdentifierSlotParameters)

Creates a domain ownership identifier for web app, or updates an existing ownership identifier.

put(WebAppsCreateOrUpdateDomainOwnershipIdentifierSlotParameters)

Creates a domain ownership identifier for web app, or updates an existing ownership identifier.

Method Details

delete(RequestParameters)

Deletes a domain ownership identifier for a web app.

function delete(options?: RequestParameters): StreamableMethod<WebAppsDeleteDomainOwnershipIdentifierSlot200Response | WebAppsDeleteDomainOwnershipIdentifierSlot204Response | WebAppsDeleteDomainOwnershipIdentifierSlotDefaultResponse>

Parameters

Returns

get(RequestParameters)

Get domain ownership identifier for web app.

function get(options?: RequestParameters): StreamableMethod<WebAppsGetDomainOwnershipIdentifierSlot200Response | WebAppsGetDomainOwnershipIdentifierSlotDefaultResponse>

Parameters

Returns

patch(WebAppsUpdateDomainOwnershipIdentifierSlotParameters)

Creates a domain ownership identifier for web app, or updates an existing ownership identifier.

function patch(options: WebAppsUpdateDomainOwnershipIdentifierSlotParameters): StreamableMethod<WebAppsUpdateDomainOwnershipIdentifierSlot200Response | WebAppsUpdateDomainOwnershipIdentifierSlotDefaultResponse>

Parameters

Returns

put(WebAppsCreateOrUpdateDomainOwnershipIdentifierSlotParameters)

Creates a domain ownership identifier for web app, or updates an existing ownership identifier.

function put(options: WebAppsCreateOrUpdateDomainOwnershipIdentifierSlotParameters): StreamableMethod<WebAppsCreateOrUpdateDomainOwnershipIdentifierSlot200Response | WebAppsCreateOrUpdateDomainOwnershipIdentifierSlotDefaultResponse>

Parameters

Returns