IngestionSettingToken Constructors
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.
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.