Compartilhar via


WebAppsOperationsExtensions.ListSlotDifferencesFromProduction 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> ListSlotDifferencesFromProduction (this Microsoft.Azure.Management.WebSites.IWebAppsOperations operations, string resourceGroupName, string name, Microsoft.Azure.Management.WebSites.Models.CsmSlotEntity slotSwapEntity);
static member ListSlotDifferencesFromProduction : Microsoft.Azure.Management.WebSites.IWebAppsOperations * string * string * Microsoft.Azure.Management.WebSites.Models.CsmSlotEntity -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.SlotDifference>
<Extension()>
Public Function ListSlotDifferencesFromProduction (operations As IWebAppsOperations, resourceGroupName As String, name As String, slotSwapEntity As CsmSlotEntity) As IPage(Of SlotDifference)

Parâmetros

operations
IWebAppsOperations

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

resourceGroupName
String

Nome do grupo de recursos ao qual pertence o recurso.

name
String

Nome do aplicativo.

slotSwapEntity
CsmSlotEntity

Objeto JSON que contém o nome do slot de destino. Confira o exemplo.

Retornos

Comentários

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

Aplica-se a