DeletedWebAppsClient Interface
public interface DeletedWebAppsClient
An instance of this class provides access to all the operations defined in DeletedWebAppsClient.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
Deleted |
getDeletedWebAppByLocation(String location, String deletedSiteId)
Get deleted app for a subscription at location. |
|
abstract
Mono<Deleted |
getDeletedWebAppByLocationAsync(String location, String deletedSiteId)
Get deleted app for a subscription at location. |
|
abstract
Response<Deleted |
getDeletedWebAppByLocationWithResponse(String location, String deletedSiteId, Context context)
Get deleted app for a subscription at location. |
|
abstract
Mono<Response<Deleted |
getDeletedWebAppByLocationWithResponseAsync(String location, String deletedSiteId)
Get deleted app for a subscription at location. |
|
abstract
Paged |
list()
Get all deleted apps for a subscription. |
|
abstract
Paged |
list(Context context)
Get all deleted apps for a subscription. |
|
abstract
Paged |
listAsync()
Get all deleted apps for a subscription. |
|
abstract
Paged |
listByLocation(String location)
Get all deleted apps for a subscription at location Description for Get all deleted apps for a subscription at location. |
|
abstract
Paged |
listByLocation(String location, Context context)
Get all deleted apps for a subscription at location Description for Get all deleted apps for a subscription at location. |
|
abstract
Paged |
listByLocationAsync(String location)
Get all deleted apps for a subscription at location Description for Get all deleted apps for a subscription at location. |
Method Details
getDeletedWebAppByLocation
public abstract DeletedSiteInner getDeletedWebAppByLocation(String location, String deletedSiteId)
Get deleted app for a subscription at location. Description for Get deleted app for a subscription at location.
Parameters:
Returns:
getDeletedWebAppByLocationAsync
public abstract Mono<DeletedSiteInner> getDeletedWebAppByLocationAsync(String location, String deletedSiteId)
Get deleted app for a subscription at location. Description for Get deleted app for a subscription at location.
Parameters:
Returns:
getDeletedWebAppByLocationWithResponse
public abstract Response<DeletedSiteInner> getDeletedWebAppByLocationWithResponse(String location, String deletedSiteId, Context context)
Get deleted app for a subscription at location. Description for Get deleted app for a subscription at location.
Parameters:
Returns:
getDeletedWebAppByLocationWithResponseAsync
public abstract Mono<Response<DeletedSiteInner>> getDeletedWebAppByLocationWithResponseAsync(String location, String deletedSiteId)
Get deleted app for a subscription at location. Description for Get deleted app for a subscription at location.
Parameters:
Returns:
list
public abstract PagedIterable<DeletedSiteInner> list()
Get all deleted apps for a subscription. Description for Get all deleted apps for a subscription.
Returns:
list
public abstract PagedIterable<DeletedSiteInner> list(Context context)
Get all deleted apps for a subscription. Description for Get all deleted apps for a subscription.
Parameters:
Returns:
listAsync
public abstract PagedFlux<DeletedSiteInner> listAsync()
Get all deleted apps for a subscription. Description for Get all deleted apps for a subscription.
Returns:
listByLocation
public abstract PagedIterable<DeletedSiteInner> listByLocation(String location)
Get all deleted apps for a subscription at location Description for Get all deleted apps for a subscription at location.
Parameters:
Returns:
listByLocation
public abstract PagedIterable<DeletedSiteInner> listByLocation(String location, Context context)
Get all deleted apps for a subscription at location Description for Get all deleted apps for a subscription at location.
Parameters:
Returns:
listByLocationAsync
public abstract PagedFlux<DeletedSiteInner> listByLocationAsync(String location)
Get all deleted apps for a subscription at location Description for Get all deleted apps for a subscription at location.
Parameters:
Returns: