SecuritySolutionsOperations interface
Interface representing a SecuritySolutions operations.
Properties
| get | Gets a specific Security Solution. |
| list | Gets a list of Security Solutions for the subscription. |
Property Details
get
Gets a specific Security Solution.
get: (resourceGroupName: string, ascLocation: string, securitySolutionName: string, options?: SecuritySolutionsGetOptionalParams) => Promise<SecuritySolution>
Property Value
(resourceGroupName: string, ascLocation: string, securitySolutionName: string, options?: SecuritySolutionsGetOptionalParams) => Promise<SecuritySolution>
list
Gets a list of Security Solutions for the subscription.
list: (options?: SecuritySolutionsListOptionalParams) => PagedAsyncIterableIterator<SecuritySolution, SecuritySolution[], PageSettings>
Property Value
(options?: SecuritySolutionsListOptionalParams) => PagedAsyncIterableIterator<SecuritySolution, SecuritySolution[], PageSettings>