LogsIngestionClient
LogsIngestionClient()
LogsIngestionClient(Uri, TokenCredential)
LogsIngestionClient(Uri, TokenCredential, LogsIngestionClientOptions)
Pipeline
Upload(String, String, RequestContent, String, RequestContext)
Upload(String, String, IEnumerable<BinaryData>, LogsUploadOptions, CancellationToken)
Upload<T>(String, String, IEnumerable<T>, LogsUploadOptions, CancellationToken)
UploadAsync(String, String, RequestContent, String, RequestContext)
UploadAsync(String, String, IEnumerable<BinaryData>, LogsUploadOptions, CancellationToken)
UploadAsync<T>(String, String, IEnumerable<T>, LogsUploadOptions, CancellationToken)
net10.0
namespace Azure.Monitor.Ingestion
{
public class LogsIngestionClient
{
[AsyncStateMachine(typeof(<UploadAsync>d__27<?>))]
[RequiresDynamicCode("Serialization is performed at runtime without a serialization context available.")]
[RequiresUnreferencedCode("Serialization is performed at runtime without a serialization context available.")]
public virtual Task<Response> UploadAsync<T>(string ruleId, string streamName, IEnumerable<T> logs, LogsUploadOptions options = null, CancellationToken cancellationToken = default);
}
}
| .NET | 8.09.010.0 |
|---|---|
| .NET Framework | 4.6.24.74.7.14.7.24.84.8.1 |
Information specific to net10.0 | |
| Assembly | Azure.Monitor.Ingestion , Version=1.2.0.0, PublicKeyToken=92742159e12e44c8 |
| Referencing | Your project needs a package reference to |
| Package | Azure.Monitor.Ingestion (1.2.0) net8.0 |
| Platform Restrictions | This API is supported on all platforms. |
- Built-in API
- Package-provided API