Interface SecureScoreControlDefinitionsClient


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

    • list

      com.azure.core.http.rest.PagedIterable<SecureScoreControlDefinitionItemInner> list()
      List the available security controls, their assessments, and the max score.
      Returns:
      list of security controls definition 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<SecureScoreControlDefinitionItemInner> list(com.azure.core.util.Context context)
      List the available security controls, their assessments, and the max score.
      Parameters:
      context - The context to associate with this operation.
      Returns:
      list of security controls definition 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.
    • listBySubscription

      com.azure.core.http.rest.PagedIterable<SecureScoreControlDefinitionItemInner> listBySubscription()
      For a specified subscription, list the available security controls, their assessments, and the max score.
      Returns:
      list of security controls definition 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.
    • listBySubscription

      com.azure.core.http.rest.PagedIterable<SecureScoreControlDefinitionItemInner> listBySubscription(com.azure.core.util.Context context)
      For a specified subscription, list the available security controls, their assessments, and the max score.
      Parameters:
      context - The context to associate with this operation.
      Returns:
      list of security controls definition 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.