Freigeben über


WebAppsOperationsExtensions.ListSlotDifferencesSlot Methode

Definition

Rufen Sie den Unterschied in den Konfigurationseinstellungen zwischen zwei Web-App-Slots ab.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.SlotDifference> ListSlotDifferencesSlot (this Microsoft.Azure.Management.WebSites.IWebAppsOperations operations, string resourceGroupName, string name, Microsoft.Azure.Management.WebSites.Models.CsmSlotEntity slotSwapEntity, string slot);
static member ListSlotDifferencesSlot : Microsoft.Azure.Management.WebSites.IWebAppsOperations * string * string * Microsoft.Azure.Management.WebSites.Models.CsmSlotEntity * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.SlotDifference>
<Extension()>
Public Function ListSlotDifferencesSlot (operations As IWebAppsOperations, resourceGroupName As String, name As String, slotSwapEntity As CsmSlotEntity, slot As String) As IPage(Of SlotDifference)

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

slotSwapEntity
CsmSlotEntity

JSON-Objekt, das den Namen des Zielslots enthält. Weitere Informationen sind im Beispiel enthalten.

slot
String

Name des Quellslots. Wenn kein Slot angegeben ist, wird der Produktionsslot als Quellslot verwendet.

Gibt zurück

Hinweise

Beschreibung für Abrufen des Unterschieds in den Konfigurationseinstellungen zwischen zwei Web-App-Slots.

Gilt für: