Interface GlobalAdministratorsClient


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

    • elevateAccessWithResponseAsync

      Mono<com.azure.core.http.rest.Response<Void>> elevateAccessWithResponseAsync()
      Elevates access for a Global Administrator.
      Returns:
      the Response on successful completion of Mono.
      Throws:
      com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
    • elevateAccessAsync

      Mono<Void> elevateAccessAsync()
      Elevates access for a Global Administrator.
      Returns:
      A Mono that completes when a successful response is received.
      Throws:
      com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
    • elevateAccessWithResponse

      com.azure.core.http.rest.Response<Void> elevateAccessWithResponse(com.azure.core.util.Context context)
      Elevates access for a Global Administrator.
      Parameters:
      context - The context to associate with this operation.
      Returns:
      the Response.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
    • elevateAccess

      void elevateAccess()
      Elevates access for a Global Administrator.
      Throws:
      com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.