DiscoveredSecuritySolutions interface

Interface representing a DiscoveredSecuritySolutions.

Methods

get(string, string, string, DiscoveredSecuritySolutionsGetOptionalParams)

Gets a specific discovered Security Solution.

list(DiscoveredSecuritySolutionsListOptionalParams)

Gets a list of discovered Security Solutions for the subscription.

listByHomeRegion(string, DiscoveredSecuritySolutionsListByHomeRegionOptionalParams)

Gets a list of discovered Security Solutions for the subscription and location.

Method Details

get(string, string, string, DiscoveredSecuritySolutionsGetOptionalParams)

Gets a specific discovered Security Solution.

function get(resourceGroupName: string, ascLocation: string, discoveredSecuritySolutionName: string, options?: DiscoveredSecuritySolutionsGetOptionalParams): Promise<DiscoveredSecuritySolution>

Parameters

resourceGroupName

string

The name of the resource group within the user's subscription. The name is case insensitive.

ascLocation

string

The location where ASC stores the data of the subscription. can be retrieved from Get locations

discoveredSecuritySolutionName

string

Name of a discovered security solution.

options
DiscoveredSecuritySolutionsGetOptionalParams

The options parameters.

Returns

list(DiscoveredSecuritySolutionsListOptionalParams)

Gets a list of discovered Security Solutions for the subscription.

function list(options?: DiscoveredSecuritySolutionsListOptionalParams): PagedAsyncIterableIterator<DiscoveredSecuritySolution, DiscoveredSecuritySolution[], PageSettings>

Parameters

options
DiscoveredSecuritySolutionsListOptionalParams

The options parameters.

Returns

listByHomeRegion(string, DiscoveredSecuritySolutionsListByHomeRegionOptionalParams)

Gets a list of discovered Security Solutions for the subscription and location.

function listByHomeRegion(ascLocation: string, options?: DiscoveredSecuritySolutionsListByHomeRegionOptionalParams): PagedAsyncIterableIterator<DiscoveredSecuritySolution, DiscoveredSecuritySolution[], PageSettings>

Parameters

ascLocation

string

The location where ASC stores the data of the subscription. can be retrieved from Get locations

Returns