Interface SecuritySolutionsClient


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

    Modifier and Type
    Method
    Description
    get(String resourceGroupName, String ascLocation, String securitySolutionName)
    Gets a specific Security Solution.
    com.azure.core.http.rest.Response<SecuritySolutionInner>
    getWithResponse(String resourceGroupName, String ascLocation, String securitySolutionName, com.azure.core.util.Context context)
    Gets a specific Security Solution.
    com.azure.core.http.rest.PagedIterable<SecuritySolutionInner>
    Gets a list of Security Solutions for the subscription.
    com.azure.core.http.rest.PagedIterable<SecuritySolutionInner>
    list(com.azure.core.util.Context context)
    Gets a list of Security Solutions for the subscription.
  • Method Details

    • list

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

      SecuritySolutionInner get(String resourceGroupName, String ascLocation, String securitySolutionName)
      Gets a specific Security Solution.
      Parameters:
      resourceGroupName - The name of the resource group within the user's subscription. The name is case insensitive.
      ascLocation - The location where ASC stores the data of the subscription. can be retrieved from Get locations.
      securitySolutionName - Name of security solution.
      Returns:
      a specific Security Solution.
      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<SecuritySolutionInner> getWithResponse(String resourceGroupName, String ascLocation, String securitySolutionName, com.azure.core.util.Context context)
      Gets a specific Security Solution.
      Parameters:
      resourceGroupName - The name of the resource group within the user's subscription. The name is case insensitive.
      ascLocation - The location where ASC stores the data of the subscription. can be retrieved from Get locations.
      securitySolutionName - Name of security solution.
      context - The context to associate with this operation.
      Returns:
      a specific Security Solution 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.