Mono<DeletedSiteInner> |
GlobalsClient.getDeletedWebAppAsync(String deletedSiteId) |
Description for Get deleted app for a subscription.
|
Mono<DeletedSiteInner> |
DeletedWebAppsClient.getDeletedWebAppByLocationAsync(String location,
String deletedSiteId) |
Description for Get deleted app for a subscription at location.
|
com.azure.core.http.rest.Response<DeletedSiteInner> |
DeletedWebAppsClient.getDeletedWebAppByLocationWithResponse(String location,
String deletedSiteId,
com.azure.core.util.Context context) |
Description for Get deleted app for a subscription at location.
|
Mono<com.azure.core.http.rest.Response<DeletedSiteInner>> |
DeletedWebAppsClient.getDeletedWebAppByLocationWithResponseAsync(String location,
String deletedSiteId) |
Description for Get deleted app for a subscription at location.
|
com.azure.core.http.rest.Response<DeletedSiteInner> |
GlobalsClient.getDeletedWebAppWithResponse(String deletedSiteId,
com.azure.core.util.Context context) |
Description for Get deleted app for a subscription.
|
Mono<com.azure.core.http.rest.Response<DeletedSiteInner>> |
GlobalsClient.getDeletedWebAppWithResponseAsync(String deletedSiteId) |
Description for Get deleted app for a subscription.
|
com.azure.core.http.rest.PagedIterable<DeletedSiteInner> |
DeletedWebAppsClient.list() |
Description for Get all deleted apps for a subscription.
|
com.azure.core.http.rest.PagedIterable<DeletedSiteInner> |
DeletedWebAppsClient.list(com.azure.core.util.Context context) |
Description for Get all deleted apps for a subscription.
|
com.azure.core.http.rest.PagedFlux<DeletedSiteInner> |
DeletedWebAppsClient.listAsync() |
Description for Get all deleted apps for a subscription.
|
com.azure.core.http.rest.PagedIterable<DeletedSiteInner> |
DeletedWebAppsClient.listByLocation(String location) |
Description for Get all deleted apps for a subscription at location.
|
com.azure.core.http.rest.PagedIterable<DeletedSiteInner> |
DeletedWebAppsClient.listByLocation(String location,
com.azure.core.util.Context context) |
Description for Get all deleted apps for a subscription at location.
|
com.azure.core.http.rest.PagedFlux<DeletedSiteInner> |
DeletedWebAppsClient.listByLocationAsync(String location) |
Description for Get all deleted apps for a subscription at location.
|