SecurityConnectorApplicationsOperationsExtensions.List Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Get a list of all relevant applications over a security connector level scope
public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Security.Models.Application> List(this Microsoft.Azure.Management.Security.ISecurityConnectorApplicationsOperations operations, string resourceGroupName, string securityConnectorName);
static member List : Microsoft.Azure.Management.Security.ISecurityConnectorApplicationsOperations * string * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Security.Models.Application>
<Extension()>
Public Function List (operations As ISecurityConnectorApplicationsOperations, resourceGroupName As String, securityConnectorName As String) As IPage(Of Application)
Parameters
- operations
- ISecurityConnectorApplicationsOperations
The operations group for this extension method.
- resourceGroupName
- String
The name of the resource group within the user's subscription. The name is case insensitive.
- securityConnectorName
- String
The security connector name.