Partilhar via


WebAppsOperationsExtensions.ListSlotDifferencesFromProductionAsync Método

Definição

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

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.AppService.Fluent.Models.SlotDifference>> ListSlotDifferencesFromProductionAsync (this Microsoft.Azure.Management.AppService.Fluent.IWebAppsOperations operations, string resourceGroupName, string name, Microsoft.Azure.Management.AppService.Fluent.Models.CsmSlotEntity slotSwapEntity, System.Threading.CancellationToken cancellationToken = default);
static member ListSlotDifferencesFromProductionAsync : Microsoft.Azure.Management.AppService.Fluent.IWebAppsOperations * string * string * Microsoft.Azure.Management.AppService.Fluent.Models.CsmSlotEntity * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.AppService.Fluent.Models.SlotDifference>>
<Extension()>
Public Function ListSlotDifferencesFromProductionAsync (operations As IWebAppsOperations, resourceGroupName As String, name As String, slotSwapEntity As CsmSlotEntity, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of SlotDifference))

Parâmetros

operations
IWebAppsOperations

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

resourceGroupName
String

Nome do grupo de recursos ao qual o recurso pertence.

name
String

Nome da aplicação.

slotSwapEntity
CsmSlotEntity

Objeto JSON que contém o nome do bloco de destino. Veja o exemplo.

cancellationToken
CancellationToken

O token de cancelamento.

Devoluções

Observações

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

Aplica-se a