Interface GlobalAdministratorsClient
-
public interface GlobalAdministratorsClientAn instance of this class provides access to all the operations defined in GlobalAdministratorsClient.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidelevateAccess()Elevates access for a Global Administrator.Mono<Void>elevateAccessAsync()Elevates access for a Global Administrator.com.azure.core.http.rest.Response<Void>elevateAccessWithResponse(com.azure.core.util.Context context)Elevates access for a Global Administrator.Mono<com.azure.core.http.rest.Response<Void>>elevateAccessWithResponseAsync()Elevates access for a Global Administrator.
-
-
-
Method Detail
-
elevateAccessWithResponseAsync
Mono<com.azure.core.http.rest.Response<Void>> elevateAccessWithResponseAsync()
Elevates access for a Global Administrator.- Returns:
- the completion.
- 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:
- the completion.
- 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.
-
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.
-
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.
-
-