Interface RegulatoryComplianceControls


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

    Modifier and Type
    Method
    Description
    get(String regulatoryComplianceStandardName, String regulatoryComplianceControlName)
    Selected regulatory compliance control details and state.
    com.azure.core.http.rest.Response<RegulatoryComplianceControl>
    getWithResponse(String regulatoryComplianceStandardName, String regulatoryComplianceControlName, com.azure.core.util.Context context)
    Selected regulatory compliance control details and state.
    com.azure.core.http.rest.PagedIterable<RegulatoryComplianceControl>
    list(String regulatoryComplianceStandardName)
    All supported regulatory compliance controls details and state for selected standard.
    com.azure.core.http.rest.PagedIterable<RegulatoryComplianceControl>
    list(String regulatoryComplianceStandardName, String filter, com.azure.core.util.Context context)
    All supported regulatory compliance controls details and state for selected standard.
  • Method Details

    • list

      com.azure.core.http.rest.PagedIterable<RegulatoryComplianceControl> list(String regulatoryComplianceStandardName)
      All supported regulatory compliance controls details and state for selected standard.
      Parameters:
      regulatoryComplianceStandardName - Name of the regulatory compliance standard object.
      Returns:
      list of regulatory compliance controls 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<RegulatoryComplianceControl> list(String regulatoryComplianceStandardName, String filter, com.azure.core.util.Context context)
      All supported regulatory compliance controls details and state for selected standard.
      Parameters:
      regulatoryComplianceStandardName - Name of the regulatory compliance standard object.
      filter - OData filter. Optional.
      context - The context to associate with this operation.
      Returns:
      list of regulatory compliance controls 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

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