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.
Returns
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript