Udostępnij za pośrednictwem


WebAppsOperationsExtensions.ListSnapshotsAsync Metoda

Definicja

Zwraca wszystkie migawki do użytkownika.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.AppService.Fluent.Models.Snapshot>> ListSnapshotsAsync (this Microsoft.Azure.Management.AppService.Fluent.IWebAppsOperations operations, string resourceGroupName, string name, System.Threading.CancellationToken cancellationToken = default);
static member ListSnapshotsAsync : Microsoft.Azure.Management.AppService.Fluent.IWebAppsOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.AppService.Fluent.Models.Snapshot>>
<Extension()>
Public Function ListSnapshotsAsync (operations As IWebAppsOperations, resourceGroupName As String, name As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of Snapshot))

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 witryny internetowej.

cancellationToken
CancellationToken

Token anulowania.

Zwraca

Uwagi

Opis polecenia Zwraca wszystkie migawki do użytkownika.

Dotyczy