Condividi tramite


WebAppsOperationsExtensions.ListSnapshotsFromDRSecondarySlotNextAsync Metodo

Definizione

Restituisce tutti gli snapshot all'utente dall'endpoint DRSecondary.

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

Parametri

operations
IWebAppsOperations

Gruppo di operazioni per questo metodo di estensione.

nextPageLink
String

NextLink dalla chiamata precedente all'operazione List.

cancellationToken
CancellationToken

Token di annullamento.

Restituisce

Commenti

Descrizione per Restituisce tutti gli snapshot all'utente dall'endpoint DRSecondary.

Si applica a