WebAppsGetDomainOwnershipIdentifierSlot interface
Methods
| delete(Request |
Deletes a domain ownership identifier for a web app. |
| get(Request |
Get domain ownership identifier for web app. |
| patch(Web |
Creates a domain ownership identifier for web app, or updates an existing ownership identifier. |
| put(Web |
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
- options
- RequestParameters
Returns
get(RequestParameters)
Get domain ownership identifier for web app.
function get(options?: RequestParameters): StreamableMethod<WebAppsGetDomainOwnershipIdentifierSlot200Response | WebAppsGetDomainOwnershipIdentifierSlotDefaultResponse>
Parameters
- options
- RequestParameters
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>