ApplicationsOperationsExtensions.ListAsync 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 subscription level scope
public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Security.Models.Application>> ListAsync(this Microsoft.Azure.Management.Security.IApplicationsOperations operations, System.Threading.CancellationToken cancellationToken = default);
static member ListAsync : Microsoft.Azure.Management.Security.IApplicationsOperations * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Security.Models.Application>>
<Extension()>
Public Function ListAsync (operations As IApplicationsOperations, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of Application))
Parameters
- operations
- IApplicationsOperations
The operations group for this extension method.
- cancellationToken
- CancellationToken
The cancellation token.