WebAppsOperationsExtensions.ListSlotDifferencesSlotNext Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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 à
Azure SDK for .NET