Interface RegulatoryComplianceStandardsClient


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

    • list

      com.azure.core.http.rest.PagedIterable<RegulatoryComplianceStandardInner> 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<RegulatoryComplianceStandardInner> 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

      RegulatoryComplianceStandardInner 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<RegulatoryComplianceStandardInner> 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.