SecuritySolutions interface
Interface representing a SecuritySolutions.
Methods
get(string, string, string, Security |
Gets a specific Security Solution. |
list(Security |
Gets a list of Security Solutions for the subscription. |
Method Details
get(string, string, string, SecuritySolutionsGetOptionalParams)
Gets a specific Security Solution.
function get(resourceGroupName: string, ascLocation: string, securitySolutionName: string, options?: SecuritySolutionsGetOptionalParams): Promise<SecuritySolution>
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
- securitySolutionName
-
string
Name of security solution.
The options parameters.
Returns
Promise<SecuritySolution>
list(SecuritySolutionsListOptionalParams)
Gets a list of Security Solutions for the subscription.
function list(options?: SecuritySolutionsListOptionalParams): PagedAsyncIterableIterator<SecuritySolution, SecuritySolution[], PageSettings>
Parameters
The options parameters.