Interface ExternalSecuritySolutionsClient


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

    • list

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

      com.azure.core.http.rest.PagedIterable<ExternalSecuritySolutionInner> listByHomeRegion(String ascLocation)
      Gets a list of external Security Solutions for the subscription and location.
      Parameters:
      ascLocation - The location where ASC stores the data of the subscription. can be retrieved from Get locations.
      Returns:
      a list of external Security Solutions for the subscription and location 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.
    • listByHomeRegion

      com.azure.core.http.rest.PagedIterable<ExternalSecuritySolutionInner> listByHomeRegion(String ascLocation, com.azure.core.util.Context context)
      Gets a list of external Security Solutions for the 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:
      a list of external Security Solutions for the subscription and location 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

      ExternalSecuritySolutionInner get(String resourceGroupName, String ascLocation, String externalSecuritySolutionsName)
      Gets a specific external 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.
      externalSecuritySolutionsName - Name of an external security solution.
      Returns:
      a specific external 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<ExternalSecuritySolutionInner> getWithResponse(String resourceGroupName, String ascLocation, String externalSecuritySolutionsName, com.azure.core.util.Context context)
      Gets a specific external 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.
      externalSecuritySolutionsName - Name of an external security solution.
      context - The context to associate with this operation.
      Returns:
      a specific external 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.