SecurityConnectorApplications interface
Interface representing a SecurityConnectorApplications.
Methods
list(string, string, Security |
Get a list of all relevant applications over a security connector level scope |
Method Details
list(string, string, SecurityConnectorApplicationsListOptionalParams)
Get a list of all relevant applications over a security connector level scope
function list(resourceGroupName: string, securityConnectorName: string, options?: SecurityConnectorApplicationsListOptionalParams): PagedAsyncIterableIterator<Application, Application[], PageSettings>
Parameters
- resourceGroupName
-
string
The name of the resource group within the user's subscription. The name is case insensitive.
- securityConnectorName
-
string
The security connector name.
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