Share via


IngestionSettingsOperationsExtensions.ListTokensAsync Method

Definition

Returns the token that is used for correlating ingested telemetry with the resources in the subscription.

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

Parameters

operations
IIngestionSettingsOperations

The operations group for this extension method.

ingestionSettingName
String

Name of the ingestion setting

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to