WebSiteSlotResource.GetSlotSnapshotsFromDRSecondaryAsync Method

Definition

Description for Returns all Snapshots to the user from DRSecondary endpoint.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/snapshotsdr
  • Operation Id: WebApps_ListSnapshotsFromDRSecondarySlot
  • Default Api Version: 2021-02-01
  • Resource: WebSiteSlotResource
public virtual Azure.AsyncPageable<Azure.ResourceManager.AppService.Models.AppSnapshot> GetSlotSnapshotsFromDRSecondaryAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetSlotSnapshotsFromDRSecondaryAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.AppService.Models.AppSnapshot>
override this.GetSlotSnapshotsFromDRSecondaryAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.AppService.Models.AppSnapshot>
Public Overridable Function GetSlotSnapshotsFromDRSecondaryAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of AppSnapshot)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

An async collection of AppSnapshot that may take multiple service requests to iterate over.

Applies to