Interface SecureScoreControlDefinitions


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

    Modifier and Type
    Method
    Description
    com.azure.core.http.rest.PagedIterable<SecureScoreControlDefinitionItem>
    List the available security controls, their assessments, and the max score.
    com.azure.core.http.rest.PagedIterable<SecureScoreControlDefinitionItem>
    list(com.azure.core.util.Context context)
    List the available security controls, their assessments, and the max score.
    com.azure.core.http.rest.PagedIterable<SecureScoreControlDefinitionItem>
    For a specified subscription, list the available security controls, their assessments, and the max score.
    com.azure.core.http.rest.PagedIterable<SecureScoreControlDefinitionItem>
    listBySubscription(com.azure.core.util.Context context)
    For a specified subscription, list the available security controls, their assessments, and the max score.
  • Method Details

    • list

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