Interface DeletedWebAppsClient


public interface DeletedWebAppsClient
An instance of this class provides access to all the operations defined in DeletedWebAppsClient.
  • Method Details

    • listAsync

      com.azure.core.http.rest.PagedFlux<DeletedSiteInner> listAsync()
      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()
      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

      com.azure.core.http.rest.PagedIterable<DeletedSiteInner> list(com.azure.core.util.Context context)
      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

      com.azure.core.http.rest.PagedFlux<DeletedSiteInner> listByLocationAsync(String 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

      com.azure.core.http.rest.PagedIterable<DeletedSiteInner> listByLocation(String 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)
      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)
      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 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.
    • getDeletedWebAppByLocationAsync

      Mono<DeletedSiteInner> getDeletedWebAppByLocationAsync(String location, String deletedSiteId)
      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.
    • getDeletedWebAppByLocation

      DeletedSiteInner getDeletedWebAppByLocation(String location, String deletedSiteId)
      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.
    • getDeletedWebAppByLocationWithResponse

      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.
      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.