IngestionSettingsOperationsExtensions.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.
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.