public interface DeletedWebAppsClient
| Modifier and Type | Method and Description |
|---|---|
DeletedSiteInner |
getDeletedWebAppByLocation(String location,
String deletedSiteId)
Description for Get deleted app for a subscription at location.
|
Mono<DeletedSiteInner> |
getDeletedWebAppByLocationAsync(String location,
String deletedSiteId)
Description for 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)
Description for Get deleted app for a subscription at location.
|
Mono<com.azure.core.http.rest.Response<DeletedSiteInner>> |
getDeletedWebAppByLocationWithResponseAsync(String location,
String deletedSiteId)
Description for Get deleted app for a subscription at location.
|
com.azure.core.http.rest.PagedIterable<DeletedSiteInner> |
list()
Description for Get all deleted apps for a subscription.
|
com.azure.core.http.rest.PagedIterable<DeletedSiteInner> |
list(com.azure.core.util.Context context)
Description for Get all deleted apps for a subscription.
|
com.azure.core.http.rest.PagedFlux<DeletedSiteInner> |
listAsync()
Description for Get all deleted apps for a subscription.
|
com.azure.core.http.rest.PagedIterable<DeletedSiteInner> |
listByLocation(String 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)
Description for Get all deleted apps for a subscription at location.
|
com.azure.core.http.rest.PagedFlux<DeletedSiteInner> |
listByLocationAsync(String location)
Description for Get all deleted apps for a subscription at location.
|
com.azure.core.http.rest.PagedFlux<DeletedSiteInner> listAsync()
DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<DeletedSiteInner> list()
DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<DeletedSiteInner> list(com.azure.core.util.Context context)
context - The context to associate with this operation.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.com.azure.core.http.rest.PagedFlux<DeletedSiteInner> listByLocationAsync(String location)
location - The location parameter.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.com.azure.core.http.rest.PagedIterable<DeletedSiteInner> listByLocation(String location)
location - The location parameter.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.com.azure.core.http.rest.PagedIterable<DeletedSiteInner> listByLocation(String location, com.azure.core.util.Context context)
location - The location parameter.context - The context to associate with this operation.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.Mono<com.azure.core.http.rest.Response<DeletedSiteInner>> getDeletedWebAppByLocationWithResponseAsync(String location, String deletedSiteId)
location - The location parameter.deletedSiteId - The numeric ID of the deleted app, e.g. 12345.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.Mono<DeletedSiteInner> getDeletedWebAppByLocationAsync(String location, String deletedSiteId)
location - The location parameter.deletedSiteId - The numeric ID of the deleted app, e.g. 12345.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.DeletedSiteInner getDeletedWebAppByLocation(String location, String deletedSiteId)
location - The location parameter.deletedSiteId - The numeric ID of the deleted app, e.g. 12345.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.com.azure.core.http.rest.Response<DeletedSiteInner> getDeletedWebAppByLocationWithResponse(String location, String deletedSiteId, com.azure.core.util.Context context)
location - The location parameter.deletedSiteId - The numeric ID of the deleted app, e.g. 12345.context - The context to associate with this operation.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.Copyright © 2021 Microsoft Corporation. All rights reserved.