Interface ExternalUsers


public interface ExternalUsers
Resource collection API of ExternalUsers.
  • Method Details

    • createOrUpdateWithResponse

      com.azure.core.http.rest.Response<ExternalUserCreationResponse> createOrUpdateWithResponse(String resourceGroupName, String monitorName, ExternalUserInfo body, com.azure.core.util.Context context)
      Create User inside elastic deployment which are used by customers to perform operations on the elastic deployment.
      Parameters:
      resourceGroupName - The name of the resource group to which the Elastic resource belongs.
      monitorName - Monitor resource name.
      body - Elastic External User Creation Parameters.
      context - The context to associate with this operation.
      Returns:
      the properties of the response we got from elastic while creating external user 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.
    • createOrUpdate

      ExternalUserCreationResponse createOrUpdate(String resourceGroupName, String monitorName)
      Create User inside elastic deployment which are used by customers to perform operations on the elastic deployment.
      Parameters:
      resourceGroupName - The name of the resource group to which the Elastic resource belongs.
      monitorName - Monitor resource name.
      Returns:
      the properties of the response we got from elastic while creating external user.
      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.