Interface DeletedWebAppsClient
public interface DeletedWebAppsClient
An instance of this class provides access to all the operations defined in DeletedWebAppsClient.
-
Method Summary
Modifier and TypeMethodDescriptiongetDeletedWebAppByLocation
(String location, String deletedSiteId) Get deleted app for a subscription at location.getDeletedWebAppByLocationAsync
(String location, String deletedSiteId) Get deleted app for a subscription at location.com.azure.core.http.rest.Response
<DeletedSiteInner> getDeletedWebAppByLocationWithResponse
(String location, String deletedSiteId, com.azure.core.util.Context context) Get deleted app for a subscription at location.Mono
<com.azure.core.http.rest.Response<DeletedSiteInner>> getDeletedWebAppByLocationWithResponseAsync
(String location, String deletedSiteId) Get deleted app for a subscription at location.com.azure.core.http.rest.PagedIterable
<DeletedSiteInner> list()
Get all deleted apps for a subscription.com.azure.core.http.rest.PagedIterable
<DeletedSiteInner> list
(com.azure.core.util.Context context) Get all deleted apps for a subscription.com.azure.core.http.rest.PagedFlux
<DeletedSiteInner> Get all deleted apps for a subscription.com.azure.core.http.rest.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.com.azure.core.http.rest.PagedIterable
<DeletedSiteInner> listByLocation
(String location, com.azure.core.util.Context context) Get all deleted apps for a subscription at location Description for Get all deleted apps for a subscription at location.com.azure.core.http.rest.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.
-
Method Details
-
listAsync
com.azure.core.http.rest.PagedFlux<DeletedSiteInner> listAsync()Get all deleted apps for a subscription. Description for Get all deleted apps for a subscription.- Returns:
- collection of deleted apps as paginated response with
PagedFlux
. - Throws:
DefaultErrorResponseErrorException
- thrown if the request is rejected by server.RuntimeException
- all other wrapped checked exceptions if the request fails to be sent.
-
list
com.azure.core.http.rest.PagedIterable<DeletedSiteInner> list()Get all deleted apps for a subscription. Description for Get all deleted apps for a subscription.- Returns:
- collection of deleted apps as paginated response with
PagedIterable
. - Throws:
DefaultErrorResponseErrorException
- thrown if the request is rejected by server.RuntimeException
- all other wrapped checked exceptions if the request fails to be sent.
-
list
Get all deleted apps for a subscription. Description for Get all deleted apps for a subscription.- Parameters:
context
- The context to associate with this operation.- Returns:
- collection of deleted apps as paginated response with
PagedIterable
. - Throws:
IllegalArgumentException
- thrown if parameters fail the validation.DefaultErrorResponseErrorException
- thrown if the request is rejected by server.RuntimeException
- all other wrapped checked exceptions if the request fails to be sent.
-
listByLocationAsync
Get all deleted apps for a subscription at location Description for Get all deleted apps for a subscription at location.- Parameters:
location
- The location parameter.- Returns:
- collection of deleted apps as paginated response with
PagedFlux
. - Throws:
IllegalArgumentException
- thrown if parameters fail the validation.DefaultErrorResponseErrorException
- thrown if the request is rejected by server.RuntimeException
- all other wrapped checked exceptions if the request fails to be sent.
-
listByLocation
Get all deleted apps for a subscription at location Description for Get all deleted apps for a subscription at location.- Parameters:
location
- The location parameter.- Returns:
- collection of deleted apps as paginated response with
PagedIterable
. - Throws:
IllegalArgumentException
- thrown if parameters fail the validation.DefaultErrorResponseErrorException
- thrown if the request is rejected by server.RuntimeException
- all other wrapped checked exceptions if the request fails to be sent.
-
listByLocation
com.azure.core.http.rest.PagedIterable<DeletedSiteInner> listByLocation(String location, com.azure.core.util.Context context) Get all deleted apps for a subscription at location Description for Get all deleted apps for a subscription at location.- Parameters:
location
- The location parameter.context
- The context to associate with this operation.- Returns:
- collection of deleted apps as paginated response with
PagedIterable
. - Throws:
IllegalArgumentException
- thrown if parameters fail the validation.DefaultErrorResponseErrorException
- thrown if the request is rejected by server.RuntimeException
- all other wrapped checked exceptions if the request fails to be sent.
-
getDeletedWebAppByLocationWithResponseAsync
Mono<com.azure.core.http.rest.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:
location
- The location parameter.deletedSiteId
- The numeric ID of the deleted app, e.g. 12345.- Returns:
- a deleted app along with
Response
on successful completion ofMono
. - Throws:
IllegalArgumentException
- thrown if parameters fail the validation.DefaultErrorResponseErrorException
- thrown if the request is rejected by server.RuntimeException
- all other wrapped checked exceptions if the request fails to be sent.
-
getDeletedWebAppByLocationAsync
Get deleted app for a subscription at location. Description for Get deleted app for a subscription at location.- Parameters:
location
- The location parameter.deletedSiteId
- The numeric ID of the deleted app, e.g. 12345.- Returns:
- a deleted app on successful completion of
Mono
. - Throws:
IllegalArgumentException
- thrown if parameters fail the validation.DefaultErrorResponseErrorException
- thrown if the request is rejected by server.RuntimeException
- all other wrapped checked exceptions if the request fails to be sent.
-
getDeletedWebAppByLocationWithResponse
com.azure.core.http.rest.Response<DeletedSiteInner> getDeletedWebAppByLocationWithResponse(String location, String deletedSiteId, com.azure.core.util.Context context) Get deleted app for a subscription at location. Description for Get deleted app for a subscription at location.- Parameters:
location
- The location parameter.deletedSiteId
- The numeric ID of the deleted app, e.g. 12345.context
- The context to associate with this operation.- Returns:
- a deleted app along with
Response
. - Throws:
IllegalArgumentException
- thrown if parameters fail the validation.DefaultErrorResponseErrorException
- thrown if the request is rejected by server.RuntimeException
- all other wrapped checked exceptions if the request fails to be sent.
-
getDeletedWebAppByLocation
Get deleted app for a subscription at location. Description for Get deleted app for a subscription at location.- Parameters:
location
- The location parameter.deletedSiteId
- The numeric ID of the deleted app, e.g. 12345.- Returns:
- a deleted app.
- Throws:
IllegalArgumentException
- thrown if parameters fail the validation.DefaultErrorResponseErrorException
- thrown if the request is rejected by server.RuntimeException
- all other wrapped checked exceptions if the request fails to be sent.
-