Sdílet prostřednictvím


WebAppsOperationsExtensions.ListSlotDifferencesSlotAsync Metoda

Definice

Získejte rozdíl v nastavení konfigurace mezi dvěma sloty webové aplikace.

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))

Parametry

operations
IWebAppsOperations

Skupina operací pro tuto rozšiřující metodu.

resourceGroupName
String

Název skupiny prostředků, do které prostředek patří.

name
String

Obsahuje název aplikace.

slotSwapEntity
CsmSlotEntity

Objekt JSON, který obsahuje název cílového slotu. Viz příklad.

slot
String

Název zdrojového slotu Pokud slot není zadaný, použije se jako zdrojový slot produkční slot.

cancellationToken
CancellationToken

Token zrušení.

Návraty

Poznámky

Popis pro Získání rozdílu v nastavení konfigurace mezi dvěma sloty webové aplikace.

Platí pro