Interface GlobalAdministratorsClient
public interface GlobalAdministratorsClient
An instance of this class provides access to all the operations defined in GlobalAdministratorsClient.
-
Method Summary
Modifier and TypeMethodDescriptionvoidElevates access for a Global Administrator.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.Elevates access for a Global Administrator.
-
Method Details
-
elevateAccessWithResponseAsync
Elevates access for a Global Administrator.- Returns:
- the
Responseon successful completion ofMono. - 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
Elevates access for a Global Administrator.- Returns:
- A
Monothat 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.
-