Interface MdeOnboardings


public interface MdeOnboardings
Resource collection API of MdeOnboardings.
  • Method Summary

    Modifier and Type
    Method
    Description
    get()
    The default configuration or data needed to onboard the machine to MDE.
    com.azure.core.http.rest.Response<MdeOnboardingData>
    getWithResponse(com.azure.core.util.Context context)
    The default configuration or data needed to onboard the machine to MDE.
    The configuration or data needed to onboard the machine to MDE.
    com.azure.core.http.rest.Response<MdeOnboardingDataList>
    listWithResponse(com.azure.core.util.Context context)
    The configuration or data needed to onboard the machine to MDE.
  • 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<MdeOnboardingDataList> 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<MdeOnboardingData> 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.