Interface RegulatoryComplianceAssessmentsClient


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

    Modifier and Type
    Method
    Description
    get(String regulatoryComplianceStandardName, String regulatoryComplianceControlName, String regulatoryComplianceAssessmentName)
    Supported regulatory compliance details and state for selected assessment.
    com.azure.core.http.rest.Response<RegulatoryComplianceAssessmentInner>
    getWithResponse(String regulatoryComplianceStandardName, String regulatoryComplianceControlName, String regulatoryComplianceAssessmentName, com.azure.core.util.Context context)
    Supported regulatory compliance details and state for selected assessment.
    com.azure.core.http.rest.PagedIterable<RegulatoryComplianceAssessmentInner>
    list(String regulatoryComplianceStandardName, String regulatoryComplianceControlName)
    Details and state of assessments mapped to selected regulatory compliance control.
    com.azure.core.http.rest.PagedIterable<RegulatoryComplianceAssessmentInner>
    list(String regulatoryComplianceStandardName, String regulatoryComplianceControlName, String filter, com.azure.core.util.Context context)
    Details and state of assessments mapped to selected regulatory compliance control.
  • Method Details

    • list

      com.azure.core.http.rest.PagedIterable<RegulatoryComplianceAssessmentInner> list(String regulatoryComplianceStandardName, String regulatoryComplianceControlName)
      Details and state of assessments mapped to selected regulatory compliance control.
      Parameters:
      regulatoryComplianceStandardName - Name of the regulatory compliance standard object.
      regulatoryComplianceControlName - Name of the regulatory compliance control object.
      Returns:
      list of regulatory compliance assessment response 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.
    • list

      com.azure.core.http.rest.PagedIterable<RegulatoryComplianceAssessmentInner> list(String regulatoryComplianceStandardName, String regulatoryComplianceControlName, String filter, com.azure.core.util.Context context)
      Details and state of assessments mapped to selected regulatory compliance control.
      Parameters:
      regulatoryComplianceStandardName - Name of the regulatory compliance standard object.
      regulatoryComplianceControlName - Name of the regulatory compliance control object.
      filter - OData filter. Optional.
      context - The context to associate with this operation.
      Returns:
      list of regulatory compliance assessment response 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.
    • get

      RegulatoryComplianceAssessmentInner get(String regulatoryComplianceStandardName, String regulatoryComplianceControlName, String regulatoryComplianceAssessmentName)
      Supported regulatory compliance details and state for selected assessment.
      Parameters:
      regulatoryComplianceStandardName - Name of the regulatory compliance standard object.
      regulatoryComplianceControlName - Name of the regulatory compliance control object.
      regulatoryComplianceAssessmentName - Name of the regulatory compliance assessment object.
      Returns:
      regulatory compliance assessment details and state.
      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<RegulatoryComplianceAssessmentInner> getWithResponse(String regulatoryComplianceStandardName, String regulatoryComplianceControlName, String regulatoryComplianceAssessmentName, com.azure.core.util.Context context)
      Supported regulatory compliance details and state for selected assessment.
      Parameters:
      regulatoryComplianceStandardName - Name of the regulatory compliance standard object.
      regulatoryComplianceControlName - Name of the regulatory compliance control object.
      regulatoryComplianceAssessmentName - Name of the regulatory compliance assessment object.
      context - The context to associate with this operation.
      Returns:
      regulatory compliance assessment details and state 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.