IngestionSettingsOperationsExtensions Class
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.
Extension methods for IngestionSettingsOperations
public static class IngestionSettingsOperationsExtensions
type IngestionSettingsOperationsExtensions = class
Public Module IngestionSettingsOperationsExtensions
- Inheritance
-
IngestionSettingsOperationsExtensions
Methods
| Name | Description |
|---|---|
| Create(IIngestionSettingsOperations, String, Object) |
Create setting for ingesting security data and logs to correlate with resources associated with the subscription. |
| CreateAsync(IIngestionSettingsOperations, String, Object, CancellationToken) |
Create setting for ingesting security data and logs to correlate with resources associated with the subscription. |
| Delete(IIngestionSettingsOperations, String) |
Deletes the ingestion settings for this subscription. |
| DeleteAsync(IIngestionSettingsOperations, String, CancellationToken) |
Deletes the ingestion settings for this subscription. |
| Get(IIngestionSettingsOperations, String) |
Settings for ingesting security data and logs to correlate with resources associated with the subscription. |
| GetAsync(IIngestionSettingsOperations, String, CancellationToken) |
Settings for ingesting security data and logs to correlate with resources associated with the subscription. |
| List(IIngestionSettingsOperations) |
Settings for ingesting security data and logs to correlate with resources associated with the subscription. |
| ListAsync(IIngestionSettingsOperations, CancellationToken) |
Settings for ingesting security data and logs to correlate with resources associated with the subscription. |
| ListConnectionStrings(IIngestionSettingsOperations, String) |
Connection strings for ingesting security scan logs and data. |
| ListConnectionStringsAsync(IIngestionSettingsOperations, String, CancellationToken) |
Connection strings for ingesting security scan logs and data. |
| ListNext(IIngestionSettingsOperations, String) |
Settings for ingesting security data and logs to correlate with resources associated with the subscription. |
| ListNextAsync(IIngestionSettingsOperations, String, CancellationToken) |
Settings for ingesting security data and logs to correlate with resources associated with the subscription. |
| ListTokens(IIngestionSettingsOperations, String) |
Returns the token that is used for correlating ingested telemetry with the resources in the subscription. |
| ListTokensAsync(IIngestionSettingsOperations, String, CancellationToken) |
Returns the token that is used for correlating ingested telemetry with the resources in the subscription. |