Freigeben über


WebAppsOperationsExtensions.ListSlotDifferencesFromProductionAsync Methode

Definition

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

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.SlotDifference>> ListSlotDifferencesFromProductionAsync (this Microsoft.Azure.Management.WebSites.IWebAppsOperations operations, string resourceGroupName, string name, Microsoft.Azure.Management.WebSites.Models.CsmSlotEntity slotSwapEntity, System.Threading.CancellationToken cancellationToken = default);
static member ListSlotDifferencesFromProductionAsync : Microsoft.Azure.Management.WebSites.IWebAppsOperations * string * string * Microsoft.Azure.Management.WebSites.Models.CsmSlotEntity * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.SlotDifference>>
<Extension()>
Public Function ListSlotDifferencesFromProductionAsync (operations As IWebAppsOperations, resourceGroupName As String, name As String, slotSwapEntity As CsmSlotEntity, Optional cancellationToken As CancellationToken = Nothing) As Task(Of 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 Zielslotnamen enthält. Weitere Informationen sind im Beispiel enthalten.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Hinweise

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

Gilt für: