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

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