SecurityConnectorApplications Interface

public interface SecurityConnectorApplications

Resource collection API of SecurityConnectorApplications.

Method Summary

Modifier and Type Method and Description
abstract PagedIterable<Application> list(String resourceGroupName, String securityConnectorName)

Get a list of all relevant applications over a security connector level scope.

abstract PagedIterable<Application> list(String resourceGroupName, String securityConnectorName, Context context)

Get a list of all relevant applications over a security connector level scope.

Method Details

list

public abstract PagedIterable list(String resourceGroupName, String securityConnectorName)

Get a list of all relevant applications over a security connector level scope.

Parameters:

resourceGroupName - The name of the resource group within the user's subscription. The name is case insensitive.
securityConnectorName - The security connector name.

Returns:

a list of all relevant applications over a security connector level scope as paginated response with PagedIterable<T>.

list

public abstract PagedIterable list(String resourceGroupName, String securityConnectorName, Context context)

Get a list of all relevant applications over a security connector level scope.

Parameters:

resourceGroupName - The name of the resource group within the user's subscription. The name is case insensitive.
securityConnectorName - The security connector name.
context - The context to associate with this operation.

Returns:

a list of all relevant applications over a security connector level scope as paginated response with PagedIterable<T>.

Applies to