Freigeben über


WebAppsOperationsExtensions.DeleteSourceControlSlot Methode

Definition

Löscht die Quellcodeverwaltungskonfiguration einer App.

public static void DeleteSourceControlSlot (this Microsoft.Azure.Management.WebSites.IWebAppsOperations operations, string resourceGroupName, string name, string slot, string additionalFlags = default);
static member DeleteSourceControlSlot : Microsoft.Azure.Management.WebSites.IWebAppsOperations * string * string * string * string -> unit
<Extension()>
Public Sub DeleteSourceControlSlot (operations As IWebAppsOperations, resourceGroupName As String, name As String, slot As String, Optional additionalFlags As String = Nothing)

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 Quellcodeverwaltungskonfiguration für den Produktionsslot.

additionalFlags
String

Hinweise

Beschreibung für Löscht die Quellcodeverwaltungskonfiguration einer App.

Gilt für: