Interface RegulatoryComplianceStandards


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

    Modifier and Type
    Method
    Description
    get(String regulatoryComplianceStandardName)
    Supported regulatory compliance details state for selected standard.
    com.azure.core.http.rest.Response<RegulatoryComplianceStandard>
    getWithResponse(String regulatoryComplianceStandardName, com.azure.core.util.Context context)
    Supported regulatory compliance details state for selected standard.
    com.azure.core.http.rest.PagedIterable<RegulatoryComplianceStandard>
    Supported regulatory compliance standards details and state.
    com.azure.core.http.rest.PagedIterable<RegulatoryComplianceStandard>
    list(String filter, com.azure.core.util.Context context)
    Supported regulatory compliance standards details and state.
  • Method Details

    • list

      com.azure.core.http.rest.PagedIterable<RegulatoryComplianceStandard> list()
      Supported regulatory compliance standards details and state.
      Returns:
      list of regulatory compliance standards response as paginated response with PagedIterable.
      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.
    • list

      com.azure.core.http.rest.PagedIterable<RegulatoryComplianceStandard> list(String filter, com.azure.core.util.Context context)
      Supported regulatory compliance standards details and state.
      Parameters:
      filter - OData filter. Optional.
      context - The context to associate with this operation.
      Returns:
      list of regulatory compliance standards 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

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