WebAppsOperationsExtensions.ListSlotDifferencesSlotNext Método

Definição

Obtenha a diferença nas configurações entre dois slots de aplicativo 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)

Parâmetros

operations
IWebAppsOperations

O grupo de operações para esse método de extensão.

nextPageLink
String

O NextLink da chamada com êxito anterior para a operação Listar.

Retornos

Comentários

Descrição para Obter a diferença nas configurações entre dois slots de aplicativo Web.

Aplica-se a