IngestionSettingsOperationsExtensions.ListAsync Method

Definition

Settings for ingesting security data and logs to correlate with resources associated with the subscription.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Security.Models.IngestionSetting>> ListAsync(this Microsoft.Azure.Management.Security.IIngestionSettingsOperations operations, System.Threading.CancellationToken cancellationToken = default);
static member ListAsync : Microsoft.Azure.Management.Security.IIngestionSettingsOperations * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Security.Models.IngestionSetting>>
<Extension()>
Public Function ListAsync (operations As IIngestionSettingsOperations, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of IngestionSetting))

Parameters

operations
IIngestionSettingsOperations

The operations group for this extension method.

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to