Condividi tramite


IWebAppsOperations.ListSlotDifferencesSlotWithHttpMessagesAsync Metodo

Definizione

Ottenere la differenza nelle impostazioni di configurazione tra due slot dell'app Web.

public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.AppService.Fluent.Models.SlotDifference>>> ListSlotDifferencesSlotWithHttpMessagesAsync (string resourceGroupName, string name, Microsoft.Azure.Management.AppService.Fluent.Models.CsmSlotEntity slotSwapEntity, string slot, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);
abstract member ListSlotDifferencesSlotWithHttpMessagesAsync : string * string * Microsoft.Azure.Management.AppService.Fluent.Models.CsmSlotEntity * string * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.AppService.Fluent.Models.SlotDifference>>>
Public Function ListSlotDifferencesSlotWithHttpMessagesAsync (resourceGroupName As String, name As String, slotSwapEntity As CsmSlotEntity, slot As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of IPage(Of SlotDifference)))

Parametri

resourceGroupName
String

Nome del gruppo di risorse a cui appartiene la risorsa.

name
String

Nome dell'applicazione.

slotSwapEntity
CsmSlotEntity

Oggetto JSON contenente il nome dello slot di destinazione. Vedere l'esempio.

slot
String

Nome dello slot di origine. Se non viene specificato uno slot, lo slot di produzione viene usato come slot di origine.

customHeaders
Dictionary<String,List<String>>

Intestazioni che verranno aggiunte alla richiesta.

cancellationToken
CancellationToken

Token di annullamento.

Restituisce

Eccezioni

Generato quando l'operazione ha restituito un codice di stato non valido

Generato quando non è possibile deserializzare la risposta

Generato quando un parametro obbligatorio è Null

Commenti

Descrizione per Ottenere la differenza nelle impostazioni di configurazione tra due slot di app Web.

Si applica a