WebAppsOperationsExtensions.ListSlotDifferencesSlotNext Method

Definition

Get the difference in configuration settings between two web app slots.

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)

Parameters

operations
IWebAppsOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

Returns

Remarks

Description for Get the difference in configuration settings between two web app slots.

Applies to