Share via


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