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

IngestionSettingToken Constructors

Definition

Overloads

IngestionSettingToken()

Initializes a new instance of the IngestionSettingToken class.

IngestionSettingToken(String)

Initializes a new instance of the IngestionSettingToken class.

IngestionSettingToken()

Initializes a new instance of the IngestionSettingToken class.

public IngestionSettingToken ();
Public Sub New ()

Applies to

IngestionSettingToken(String)

Initializes a new instance of the IngestionSettingToken class.

public IngestionSettingToken (string token = default);
new Microsoft.Azure.Management.Security.Models.IngestionSettingToken : string -> Microsoft.Azure.Management.Security.Models.IngestionSettingToken
Public Sub New (Optional token As String = Nothing)

Parameters

token
String

The token is used for correlating security data and logs with the resources in the subscription.

Applies to