Freigeben über


WebAppsOperationsExtensions.GetSourceControlSlot Methode

Definition

Ruft die Quellcodeverwaltungskonfiguration einer App ab.

public static Microsoft.Azure.Management.WebSites.Models.SiteSourceControl GetSourceControlSlot (this Microsoft.Azure.Management.WebSites.IWebAppsOperations operations, string resourceGroupName, string name, string slot);
static member GetSourceControlSlot : Microsoft.Azure.Management.WebSites.IWebAppsOperations * string * string * string -> Microsoft.Azure.Management.WebSites.Models.SiteSourceControl
<Extension()>
Public Function GetSourceControlSlot (operations As IWebAppsOperations, resourceGroupName As String, name As String, slot As String) As SiteSourceControl

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, ruft die API die Quellcodeverwaltungskonfiguration für den Produktionsslot ab.

Gibt zurück

Hinweise

Beschreibung für Ruft die Quellcodeverwaltungskonfiguration einer App ab.

Gilt für: