Freigeben über


WebAppsOperationsExtensions.DeletePublicCertificateSlotAsync Methode

Definition

Löscht eine Hostnamenbindung für eine App.

public static System.Threading.Tasks.Task DeletePublicCertificateSlotAsync (this Microsoft.Azure.Management.AppService.Fluent.IWebAppsOperations operations, string resourceGroupName, string name, string slot, string publicCertificateName, System.Threading.CancellationToken cancellationToken = default);
static member DeletePublicCertificateSlotAsync : Microsoft.Azure.Management.AppService.Fluent.IWebAppsOperations * string * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task
<Extension()>
Public Function DeletePublicCertificateSlotAsync (operations As IWebAppsOperations, resourceGroupName As String, name As String, slot As String, publicCertificateName As String, Optional cancellationToken As CancellationToken = Nothing) As Task

Parameter

operations
IWebAppsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Name der Ressourcengruppe, zu der die Ressource gehört.

name
String

Name der App

slot
String

Name des Bereitstellungsslots. Wenn kein Slot angegeben ist, löscht die API die Bindung für den Produktionsslot.

publicCertificateName
String

Name des öffentlichen Zertifikats.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Hinweise

Beschreibung für Löscht eine Hostnamenbindung für eine App.

Gilt für: