ExternalSecuritySolutions interface
Interface representing a ExternalSecuritySolutions.
Methods
get(string, string, string, External |
Gets a specific external Security Solution. |
list(External |
Gets a list of external security solutions for the subscription. |
list |
Gets a list of external Security Solutions for the subscription and location. |
Method Details
get(string, string, string, ExternalSecuritySolutionsGetOptionalParams)
Gets a specific external Security Solution.
function get(resourceGroupName: string, ascLocation: string, externalSecuritySolutionsName: string, options?: ExternalSecuritySolutionsGetOptionalParams): Promise<ExternalSecuritySolutionUnion>
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
- externalSecuritySolutionsName
-
string
Name of an external security solution.
The options parameters.
Returns
Promise<ExternalSecuritySolutionUnion>
list(ExternalSecuritySolutionsListOptionalParams)
Gets a list of external security solutions for the subscription.
function list(options?: ExternalSecuritySolutionsListOptionalParams): PagedAsyncIterableIterator<ExternalSecuritySolutionUnion, ExternalSecuritySolutionUnion[], PageSettings>
Parameters
The options parameters.
Returns
listByHomeRegion(string, ExternalSecuritySolutionsListByHomeRegionOptionalParams)
Gets a list of external Security Solutions for the subscription and location.
function listByHomeRegion(ascLocation: string, options?: ExternalSecuritySolutionsListByHomeRegionOptionalParams): PagedAsyncIterableIterator<ExternalSecuritySolutionUnion, ExternalSecuritySolutionUnion[], PageSettings>
Parameters
- ascLocation
-
string
The location where ASC stores the data of the subscription. can be retrieved from Get locations
The options parameters.