你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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