WebAppsGetDomainOwnershipIdentifier interface

Methods

delete(RequestParameters)

Deletes a domain ownership identifier for a web app.

get(RequestParameters)

Get domain ownership identifier for web app.

patch(WebAppsUpdateDomainOwnershipIdentifierParameters)

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

put(WebAppsCreateOrUpdateDomainOwnershipIdentifierParameters)

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<WebAppsDeleteDomainOwnershipIdentifier200Response | WebAppsDeleteDomainOwnershipIdentifier204Response | WebAppsDeleteDomainOwnershipIdentifierDefaultResponse>

Parameters

Returns

get(RequestParameters)

Get domain ownership identifier for web app.

function get(options?: RequestParameters): StreamableMethod<WebAppsGetDomainOwnershipIdentifier200Response | WebAppsGetDomainOwnershipIdentifierDefaultResponse>

Parameters

Returns

patch(WebAppsUpdateDomainOwnershipIdentifierParameters)

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

function patch(options: WebAppsUpdateDomainOwnershipIdentifierParameters): StreamableMethod<WebAppsUpdateDomainOwnershipIdentifier200Response | WebAppsUpdateDomainOwnershipIdentifierDefaultResponse>

Parameters

Returns

put(WebAppsCreateOrUpdateDomainOwnershipIdentifierParameters)

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

function put(options: WebAppsCreateOrUpdateDomainOwnershipIdentifierParameters): StreamableMethod<WebAppsCreateOrUpdateDomainOwnershipIdentifier200Response | WebAppsCreateOrUpdateDomainOwnershipIdentifierDefaultResponse>

Parameters

Returns