Share via


LogProfilesOperationsExtensions.ListAsync Method

Definition

List the log profiles.

public static System.Threading.Tasks.Task<System.Collections.Generic.IEnumerable<Microsoft.Azure.Management.Monitor.Models.LogProfileResource>> ListAsync (this Microsoft.Azure.Management.Monitor.ILogProfilesOperations operations, System.Threading.CancellationToken cancellationToken = default);
static member ListAsync : Microsoft.Azure.Management.Monitor.ILogProfilesOperations * System.Threading.CancellationToken -> System.Threading.Tasks.Task<seq<Microsoft.Azure.Management.Monitor.Models.LogProfileResource>>
<Extension()>
Public Function ListAsync (operations As ILogProfilesOperations, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IEnumerable(Of LogProfileResource))

Parameters

operations
ILogProfilesOperations

The operations group for this extension method.

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to