WebAppsOperationsExtensions.ListSlotDifferencesFromProductionNext Método

Definição

Obtenha a diferença nas definições de configuração entre dois slots de aplicativo Web.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.SlotDifference> ListSlotDifferencesFromProductionNext (this Microsoft.Azure.Management.WebSites.IWebAppsOperations operations, string nextPageLink);
static member ListSlotDifferencesFromProductionNext : Microsoft.Azure.Management.WebSites.IWebAppsOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.SlotDifference>
<Extension()>
Public Function ListSlotDifferencesFromProductionNext (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 bem-sucedida anterior para a operação Listar.

Retornos

Comentários

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

Aplica-se a