WebAppsGetPublicCertificateSlot interface
Methoden
| delete(Request |
Löscht eine Hostnamenbindung für eine App. |
| get(Request |
Rufen Sie das benannte öffentliche Zertifikat für eine App (oder bereitstellungsplatz, falls angegeben) ab. |
| put(Web |
Erstellt eine Hostnamenbindung für eine App. |
Details zur Methode
delete(RequestParameters)
Löscht eine Hostnamenbindung für eine App.
function delete(options?: RequestParameters): StreamableMethod<WebAppsDeletePublicCertificateSlot200Response | WebAppsDeletePublicCertificateSlot204Response | WebAppsDeletePublicCertificateSlotDefaultResponse>
Parameter
- options
- RequestParameters
Gibt zurück
get(RequestParameters)
Rufen Sie das benannte öffentliche Zertifikat für eine App (oder bereitstellungsplatz, falls angegeben) ab.
function get(options?: RequestParameters): StreamableMethod<WebAppsGetPublicCertificateSlot200Response | WebAppsGetPublicCertificateSlotDefaultResponse>
Parameter
- options
- RequestParameters
Gibt zurück
put(WebAppsCreateOrUpdatePublicCertificateSlotParameters)
Erstellt eine Hostnamenbindung für eine App.
function put(options: WebAppsCreateOrUpdatePublicCertificateSlotParameters): StreamableMethod<WebAppsCreateOrUpdatePublicCertificateSlot200Response | WebAppsCreateOrUpdatePublicCertificateSlotDefaultResponse>