Interface MdeOnboardingsClient


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

    • list

      The configuration or data needed to onboard the machine to MDE.
      Returns:
      list of all MDE onboarding data resources.
      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.
    • listWithResponse

      com.azure.core.http.rest.Response<MdeOnboardingDataListInner> listWithResponse(com.azure.core.util.Context context)
      The configuration or data needed to onboard the machine to MDE.
      Parameters:
      context - The context to associate with this operation.
      Returns:
      list of all MDE onboarding data resources 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

      The default configuration or data needed to onboard the machine to MDE.
      Returns:
      the resource of the configuration or data needed to onboard the machine to MDE.
      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.
    • getWithResponse

      com.azure.core.http.rest.Response<MdeOnboardingDataInner> getWithResponse(com.azure.core.util.Context context)
      The default configuration or data needed to onboard the machine to MDE.
      Parameters:
      context - The context to associate with this operation.
      Returns:
      the resource of the configuration or data needed to onboard the machine to MDE 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.