Partager via


WebAppsOperationsExtensions.ListSlotDifferencesSlotNext Méthode

Définition

Obtenez la différence dans les paramètres de configuration entre deux emplacements d’application web.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.SlotDifference> ListSlotDifferencesSlotNext (this Microsoft.Azure.Management.WebSites.IWebAppsOperations operations, string nextPageLink);
static member ListSlotDifferencesSlotNext : Microsoft.Azure.Management.WebSites.IWebAppsOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.SlotDifference>
<Extension()>
Public Function ListSlotDifferencesSlotNext (operations As IWebAppsOperations, nextPageLink As String) As IPage(Of SlotDifference)

Paramètres

operations
IWebAppsOperations

Groupe d’opérations pour cette méthode d’extension.

nextPageLink
String

NextLink de l’opération précédente d’appel réussi à List.

Retours

Remarques

Description pour Obtenir la différence de paramètres de configuration entre deux emplacements d’application web.

S’applique à