Interface SecuritySolutionsReferenceDatas


public interface SecuritySolutionsReferenceDatas
Resource collection API of SecuritySolutionsReferenceDatas.
  • Method Details

    • list

      Gets a list of all supported Security Solutions for the subscription.
      Returns:
      a list of all supported Security Solutions for the subscription.
      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.
    • listWithResponse

      com.azure.core.http.rest.Response<SecuritySolutionsReferenceDataList> listWithResponse(com.azure.core.util.Context context)
      Gets a list of all supported Security Solutions for the subscription.
      Parameters:
      context - The context to associate with this operation.
      Returns:
      a list of all supported Security Solutions for the subscription 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.
    • listByHomeRegion

      SecuritySolutionsReferenceDataList listByHomeRegion(String ascLocation)
      Gets list of all supported Security Solutions for subscription and location.
      Parameters:
      ascLocation - The location where ASC stores the data of the subscription. can be retrieved from Get locations.
      Returns:
      list of all supported Security Solutions for subscription and location.
      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.
    • listByHomeRegionWithResponse

      com.azure.core.http.rest.Response<SecuritySolutionsReferenceDataList> listByHomeRegionWithResponse(String ascLocation, com.azure.core.util.Context context)
      Gets list of all supported Security Solutions for subscription and location.
      Parameters:
      ascLocation - The location where ASC stores the data of the subscription. can be retrieved from Get locations.
      context - The context to associate with this operation.
      Returns:
      list of all supported Security Solutions for subscription and location 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.