List<SnapshotInner> |
GlobalsClient.getDeletedWebAppSnapshots(String deletedSiteId) |
Description for Get all deleted apps for a subscription.
|
Mono<List<SnapshotInner>> |
GlobalsClient.getDeletedWebAppSnapshotsAsync(String deletedSiteId) |
Description for Get all deleted apps for a subscription.
|
com.azure.core.http.rest.Response<List<SnapshotInner>> |
GlobalsClient.getDeletedWebAppSnapshotsWithResponse(String deletedSiteId,
com.azure.core.util.Context context) |
Description for Get all deleted apps for a subscription.
|
Mono<com.azure.core.http.rest.Response<List<SnapshotInner>>> |
GlobalsClient.getDeletedWebAppSnapshotsWithResponseAsync(String deletedSiteId) |
Description for Get all deleted apps for a subscription.
|
com.azure.core.http.rest.PagedIterable<SnapshotInner> |
WebAppsClient.listSnapshots(String resourceGroupName,
String name) |
Description for Returns all Snapshots to the user.
|
com.azure.core.http.rest.PagedIterable<SnapshotInner> |
WebAppsClient.listSnapshots(String resourceGroupName,
String name,
com.azure.core.util.Context context) |
Description for Returns all Snapshots to the user.
|
com.azure.core.http.rest.PagedFlux<SnapshotInner> |
WebAppsClient.listSnapshotsAsync(String resourceGroupName,
String name) |
Description for Returns all Snapshots to the user.
|
com.azure.core.http.rest.PagedIterable<SnapshotInner> |
WebAppsClient.listSnapshotsFromDRSecondary(String resourceGroupName,
String name) |
Description for Returns all Snapshots to the user from DRSecondary endpoint.
|
com.azure.core.http.rest.PagedIterable<SnapshotInner> |
WebAppsClient.listSnapshotsFromDRSecondary(String resourceGroupName,
String name,
com.azure.core.util.Context context) |
Description for Returns all Snapshots to the user from DRSecondary endpoint.
|
com.azure.core.http.rest.PagedFlux<SnapshotInner> |
WebAppsClient.listSnapshotsFromDRSecondaryAsync(String resourceGroupName,
String name) |
Description for Returns all Snapshots to the user from DRSecondary endpoint.
|
com.azure.core.http.rest.PagedIterable<SnapshotInner> |
WebAppsClient.listSnapshotsFromDRSecondarySlot(String resourceGroupName,
String name,
String slot) |
Description for Returns all Snapshots to the user from DRSecondary endpoint.
|
com.azure.core.http.rest.PagedIterable<SnapshotInner> |
WebAppsClient.listSnapshotsFromDRSecondarySlot(String resourceGroupName,
String name,
String slot,
com.azure.core.util.Context context) |
Description for Returns all Snapshots to the user from DRSecondary endpoint.
|
com.azure.core.http.rest.PagedFlux<SnapshotInner> |
WebAppsClient.listSnapshotsFromDRSecondarySlotAsync(String resourceGroupName,
String name,
String slot) |
Description for Returns all Snapshots to the user from DRSecondary endpoint.
|
com.azure.core.http.rest.PagedIterable<SnapshotInner> |
WebAppsClient.listSnapshotsSlot(String resourceGroupName,
String name,
String slot) |
Description for Returns all Snapshots to the user.
|
com.azure.core.http.rest.PagedIterable<SnapshotInner> |
WebAppsClient.listSnapshotsSlot(String resourceGroupName,
String name,
String slot,
com.azure.core.util.Context context) |
Description for Returns all Snapshots to the user.
|
com.azure.core.http.rest.PagedFlux<SnapshotInner> |
WebAppsClient.listSnapshotsSlotAsync(String resourceGroupName,
String name,
String slot) |
Description for Returns all Snapshots to the user.
|