Freigeben über


WebAppsOperationsExtensions.SyncRepositorySlot Methode

Definition

Synchronisieren Sie das Web-App-Repository.

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

Parameter

operations
IWebAppsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

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

name
String

Name der Web-App.

slot
String

Name des Web-App-Slots. Wenn nicht angegeben, wird standardmäßig der Produktionsslot verwendet.

Hinweise

Beschreibung für Das Repository der Synchronisierungs-Web-App.

Gilt für: