Udostępnij za pośrednictwem


WebAppsOperationsExtensions.ListSlotDifferencesFromProductionAsync Metoda

Definicja

Uzyskaj różnicę w ustawieniach konfiguracji między dwoma miejscami aplikacji internetowej.

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

Parametry

operations
IWebAppsOperations

Grupa operacji dla tej metody rozszerzenia.

resourceGroupName
String

Nazwa grupy zasobów, do której należy zasób.

name
String

Nazwa aplikacji.

slotSwapEntity
CsmSlotEntity

Obiekt JSON zawierający nazwę miejsca docelowego. Zobacz przykład.

cancellationToken
CancellationToken

Token anulowania.

Zwraca

Uwagi

Opis uzyskiwania różnicy w ustawieniach konfiguracji między dwoma miejscami aplikacji internetowej.

Dotyczy