Interface AdministratorsClient


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

    • beginCreate

      com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ActiveDirectoryAdministratorInner>,ActiveDirectoryAdministratorInner> beginCreate(String resourceGroupName, String serverName, String objectId, ActiveDirectoryAdministratorAdd parameters)
      Creates a new server.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      serverName - The name of the server.
      objectId - Guid of the objectId for the administrator.
      parameters - The required parameters for adding an active directory administrator for a server.
      Returns:
      the SyncPoller for polling of represents an Active Directory administrator.
      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.
    • beginCreate

      com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ActiveDirectoryAdministratorInner>,ActiveDirectoryAdministratorInner> beginCreate(String resourceGroupName, String serverName, String objectId, ActiveDirectoryAdministratorAdd parameters, com.azure.core.util.Context context)
      Creates a new server.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      serverName - The name of the server.
      objectId - Guid of the objectId for the administrator.
      parameters - The required parameters for adding an active directory administrator for a server.
      context - The context to associate with this operation.
      Returns:
      the SyncPoller for polling of represents an Active Directory administrator.
      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.
    • create

      ActiveDirectoryAdministratorInner create(String resourceGroupName, String serverName, String objectId, ActiveDirectoryAdministratorAdd parameters)
      Creates a new server.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      serverName - The name of the server.
      objectId - Guid of the objectId for the administrator.
      parameters - The required parameters for adding an active directory administrator for a server.
      Returns:
      represents an Active Directory administrator.
      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.
    • create

      ActiveDirectoryAdministratorInner create(String resourceGroupName, String serverName, String objectId, ActiveDirectoryAdministratorAdd parameters, com.azure.core.util.Context context)
      Creates a new server.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      serverName - The name of the server.
      objectId - Guid of the objectId for the administrator.
      parameters - The required parameters for adding an active directory administrator for a server.
      context - The context to associate with this operation.
      Returns:
      represents an Active Directory administrator.
      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.
    • beginDelete

      com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> beginDelete(String resourceGroupName, String serverName, String objectId)
      Deletes an Active Directory Administrator associated with the server.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      serverName - The name of the server.
      objectId - Guid of the objectId for the administrator.
      Returns:
      the SyncPoller for polling of long-running operation.
      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.
    • beginDelete

      com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> beginDelete(String resourceGroupName, String serverName, String objectId, com.azure.core.util.Context context)
      Deletes an Active Directory Administrator associated with the server.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      serverName - The name of the server.
      objectId - Guid of the objectId for the administrator.
      context - The context to associate with this operation.
      Returns:
      the SyncPoller for polling of long-running operation.
      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.
    • delete

      void delete(String resourceGroupName, String serverName, String objectId)
      Deletes an Active Directory Administrator associated with the server.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      serverName - The name of the server.
      objectId - Guid of the objectId for the administrator.
      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.
    • delete

      void delete(String resourceGroupName, String serverName, String objectId, com.azure.core.util.Context context)
      Deletes an Active Directory Administrator associated with the server.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      serverName - The name of the server.
      objectId - Guid of the objectId for the administrator.
      context - The context to associate with this operation.
      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.
    • getWithResponse

      com.azure.core.http.rest.Response<ActiveDirectoryAdministratorInner> getWithResponse(String resourceGroupName, String serverName, String objectId, com.azure.core.util.Context context)
      Gets information about a server.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      serverName - The name of the server.
      objectId - Guid of the objectId for the administrator.
      context - The context to associate with this operation.
      Returns:
      information about a server along with 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.
    • get

      ActiveDirectoryAdministratorInner get(String resourceGroupName, String serverName, String objectId)
      Gets information about a server.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      serverName - The name of the server.
      objectId - Guid of the objectId for the administrator.
      Returns:
      information about a server.
      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.
    • listByServer

      com.azure.core.http.rest.PagedIterable<ActiveDirectoryAdministratorInner> listByServer(String resourceGroupName, String serverName)
      List all the AAD administrators for a given server.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      serverName - The name of the server.
      Returns:
      a list of active directory administrators as paginated response with PagedIterable.
      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.
    • listByServer

      com.azure.core.http.rest.PagedIterable<ActiveDirectoryAdministratorInner> listByServer(String resourceGroupName, String serverName, com.azure.core.util.Context context)
      List all the AAD administrators for a given server.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      serverName - The name of the server.
      context - The context to associate with this operation.
      Returns:
      a list of active directory administrators as paginated response with PagedIterable.
      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.