Share via


IIngestionSettingsOperations Interface

Definition

IngestionSettingsOperations operations.

public interface IIngestionSettingsOperations
type IIngestionSettingsOperations = interface
Public Interface IIngestionSettingsOperations

Methods

CreateWithHttpMessagesAsync(String, Object, Dictionary<String,List<String>>, CancellationToken)

Create setting for ingesting security data and logs to correlate with resources associated with the subscription.

DeleteWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Deletes the ingestion settings for this subscription.

GetWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Settings for ingesting security data and logs to correlate with resources associated with the subscription.

ListConnectionStringsWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Connection strings for ingesting security scan logs and data.

ListNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Settings for ingesting security data and logs to correlate with resources associated with the subscription.

ListTokensWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Returns the token that is used for correlating ingested telemetry with the resources in the subscription.

ListWithHttpMessagesAsync(Dictionary<String,List<String>>, CancellationToken)

Settings for ingesting security data and logs to correlate with resources associated with the subscription.

Extension Methods

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.

Applies to