Interface GlobalsClient


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

    • getDeletedWebAppWithResponseAsync

      Mono<com.azure.core.http.rest.Response<DeletedSiteInner>> getDeletedWebAppWithResponseAsync(String deletedSiteId)
      Description for Get deleted app for a subscription.
      Parameters:
      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.
    • getDeletedWebAppAsync

      Mono<DeletedSiteInner> getDeletedWebAppAsync(String deletedSiteId)
      Description for Get deleted app for a subscription.
      Parameters:
      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.
    • getDeletedWebApp

      DeletedSiteInner getDeletedWebApp(String deletedSiteId)
      Description for Get deleted app for a subscription.
      Parameters:
      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.
    • getDeletedWebAppWithResponse

      com.azure.core.http.rest.Response<DeletedSiteInner> getDeletedWebAppWithResponse(String deletedSiteId, com.azure.core.util.Context context)
      Description for Get deleted app for a subscription.
      Parameters:
      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.
    • getDeletedWebAppSnapshotsWithResponseAsync

      Mono<com.azure.core.http.rest.Response<List<SnapshotInner>>> getDeletedWebAppSnapshotsWithResponseAsync(String deletedSiteId)
      Description for Get all deleted apps for a subscription.
      Parameters:
      deletedSiteId - The numeric ID of the deleted app, e.g. 12345.
      Returns:
      array of Snapshot 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.
    • getDeletedWebAppSnapshotsAsync

      Mono<List<SnapshotInner>> getDeletedWebAppSnapshotsAsync(String deletedSiteId)
      Description for Get all deleted apps for a subscription.
      Parameters:
      deletedSiteId - The numeric ID of the deleted app, e.g. 12345.
      Returns:
      array of Snapshot 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.
    • getDeletedWebAppSnapshots

      List<SnapshotInner> getDeletedWebAppSnapshots(String deletedSiteId)
      Description for Get all deleted apps for a subscription.
      Parameters:
      deletedSiteId - The numeric ID of the deleted app, e.g. 12345.
      Returns:
      array of Snapshot.
      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.
    • getDeletedWebAppSnapshotsWithResponse

      com.azure.core.http.rest.Response<List<SnapshotInner>> getDeletedWebAppSnapshotsWithResponse(String deletedSiteId, com.azure.core.util.Context context)
      Description for Get all deleted apps for a subscription.
      Parameters:
      deletedSiteId - The numeric ID of the deleted app, e.g. 12345.
      context - The context to associate with this operation.
      Returns:
      array of Snapshot 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.
    • getSubscriptionOperationWithAsyncResponseWithResponseAsync

      Mono<com.azure.core.http.rest.Response<Void>> getSubscriptionOperationWithAsyncResponseWithResponseAsync(String location, String operationId)
      Description for Gets an operation in a subscription and given region.
      Parameters:
      location - Location name.
      operationId - Operation Id.
      Returns:
      the 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.
    • getSubscriptionOperationWithAsyncResponseAsync

      Mono<Void> getSubscriptionOperationWithAsyncResponseAsync(String location, String operationId)
      Description for Gets an operation in a subscription and given region.
      Parameters:
      location - Location name.
      operationId - Operation Id.
      Returns:
      A Mono that completes when a successful response is received.
      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.
    • getSubscriptionOperationWithAsyncResponse

      void getSubscriptionOperationWithAsyncResponse(String location, String operationId)
      Description for Gets an operation in a subscription and given region.
      Parameters:
      location - Location name.
      operationId - Operation Id.
      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.
    • getSubscriptionOperationWithAsyncResponseWithResponse

      com.azure.core.http.rest.Response<Void> getSubscriptionOperationWithAsyncResponseWithResponse(String location, String operationId, com.azure.core.util.Context context)
      Description for Gets an operation in a subscription and given region.
      Parameters:
      location - Location name.
      operationId - Operation Id.
      context - The context to associate with this operation.
      Returns:
      the 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.