Partilhar via


WebAppsOperationsExtensions.ListSlotDifferencesSlotAsync 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>> ListSlotDifferencesSlotAsync (this Microsoft.Azure.Management.AppService.Fluent.IWebAppsOperations operations, string resourceGroupName, string name, Microsoft.Azure.Management.AppService.Fluent.Models.CsmSlotEntity slotSwapEntity, string slot, System.Threading.CancellationToken cancellationToken = default);
static member ListSlotDifferencesSlotAsync : Microsoft.Azure.Management.AppService.Fluent.IWebAppsOperations * string * string * Microsoft.Azure.Management.AppService.Fluent.Models.CsmSlotEntity * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.AppService.Fluent.Models.SlotDifference>>
<Extension()>
Public Function ListSlotDifferencesSlotAsync (operations As IWebAppsOperations, resourceGroupName As String, name As String, slotSwapEntity As CsmSlotEntity, slot As String, 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.

slot
String

Nome do bloco de origem. Se não for especificado um bloco, o bloco de produção é utilizado como o bloco de origem.

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