Index

A B C E F G H L P R S U V 
All Classes and Interfaces|All Packages

A

addPolicy(HttpPipelinePolicy) - Method in class com.azure.monitor.ingestion.LogsIngestionClientBuilder
Adds a custom Http pipeline policy.

B

buildAsyncClient() - Method in class com.azure.monitor.ingestion.LogsIngestionClientBuilder
Creates an asynchronous client with the configured options in this builder.
buildClient() - Method in class com.azure.monitor.ingestion.LogsIngestionClientBuilder
Creates a synchronous client with the configured options in this builder.

C

clientOptions(ClientOptions) - Method in class com.azure.monitor.ingestion.LogsIngestionClientBuilder
Set the ClientOptions used for creating the client.
com.azure.monitor.ingestion - package com.azure.monitor.ingestion
Package containing client classes for uploading logs to Azure Monitor.
com.azure.monitor.ingestion.models - package com.azure.monitor.ingestion.models
Package containing models for uploading logs to Azure Monitor.
configuration(Configuration) - Method in class com.azure.monitor.ingestion.LogsIngestionClientBuilder
Sets The configuration store that is used during construction of the service client.
credential(TokenCredential) - Method in class com.azure.monitor.ingestion.LogsIngestionClientBuilder
Sets The TokenCredential used for authentication.

E

endpoint(String) - Method in class com.azure.monitor.ingestion.LogsIngestionClientBuilder
Sets the log query endpoint.

F

FAILURE - Enum constant in enum com.azure.monitor.ingestion.models.UploadLogsStatus
Indicates that all the logs failed to upload to Azure Monitor.

G

getErrors() - Method in class com.azure.monitor.ingestion.models.UploadLogsResult
Returns the list of errors that occurred when uploading logs, if any.
getFailedLogs() - Method in class com.azure.monitor.ingestion.models.UploadLogsError
Returns the logs that failed to upload.
getLatest() - Static method in enum com.azure.monitor.ingestion.LogsIngestionServiceVersion
Returns the latest supported service version by this library.
getMaxConcurrency() - Method in class com.azure.monitor.ingestion.models.UploadLogsOptions
Returns the max concurrent requests to send to the Azure Monitor service when uploading logs.
getObjectSerializer() - Method in class com.azure.monitor.ingestion.models.UploadLogsOptions
Returns the serializer to use to convert the log objects to JSON.
getResponseError() - Method in class com.azure.monitor.ingestion.models.UploadLogsError
Returns the response error containing the error details returned by the service.
getStatus() - Method in class com.azure.monitor.ingestion.models.UploadLogsResult
Returns the status of the logs upload operation.
getVersion() - Method in enum com.azure.monitor.ingestion.LogsIngestionServiceVersion
 

H

httpClient(HttpClient) - Method in class com.azure.monitor.ingestion.LogsIngestionClientBuilder
Sets The HTTP client used to send the request.
httpLogOptions(HttpLogOptions) - Method in class com.azure.monitor.ingestion.LogsIngestionClientBuilder
Sets The logging configuration for HTTP requests and responses.

L

LogsIngestionAsyncClient - Class in com.azure.monitor.ingestion
The asynchronous client for uploading logs to Azure Monitor.
LogsIngestionClient - Class in com.azure.monitor.ingestion
The synchronous client for uploading logs to Azure Monitor.
LogsIngestionClientBuilder - Class in com.azure.monitor.ingestion
Fluent builder for creating instances of LogsIngestionClient and LogsIngestionAsyncClient.
LogsIngestionClientBuilder() - Constructor for class com.azure.monitor.ingestion.LogsIngestionClientBuilder
 
LogsIngestionServiceVersion - Enum in com.azure.monitor.ingestion
The service version of the Azure Monitor service to upload logs.

P

PARTIAL_FAILURE - Enum constant in enum com.azure.monitor.ingestion.models.UploadLogsStatus
Indicates that some logs failed to upload to Azure Monitor.
pipeline(HttpPipeline) - Method in class com.azure.monitor.ingestion.LogsIngestionClientBuilder
Sets The HTTP pipeline to send requests through.

R

retryOptions(RetryOptions) - Method in class com.azure.monitor.ingestion.LogsIngestionClientBuilder
Sets the retry options for this client.
retryPolicy(RetryPolicy) - Method in class com.azure.monitor.ingestion.LogsIngestionClientBuilder
Sets The retry policy that will attempt to retry failed requests, if applicable.

S

serviceVersion(LogsIngestionServiceVersion) - Method in class com.azure.monitor.ingestion.LogsIngestionClientBuilder
The service version to use when creating the client.
setMaxConcurrency(Integer) - Method in class com.azure.monitor.ingestion.models.UploadLogsOptions
Sets the max concurrent requests to send to the Azure Monitor service when uploading logs.
setObjectSerializer(ObjectSerializer) - Method in class com.azure.monitor.ingestion.models.UploadLogsOptions
Sets the serializer to use to convert the log objects to JSON.
SUCCESS - Enum constant in enum com.azure.monitor.ingestion.models.UploadLogsStatus
Indicates that all the logs were successfully uploaded to Azure Monitor.

U

upload(String, String, List<Object>) - Method in class com.azure.monitor.ingestion.LogsIngestionAsyncClient
Uploads logs to Azure Monitor with specified data collection rule id and stream name.
upload(String, String, List<Object>) - Method in class com.azure.monitor.ingestion.LogsIngestionClient
Uploads logs to Azure Monitor with specified data collection rule id and stream name.
upload(String, String, List<Object>, UploadLogsOptions) - Method in class com.azure.monitor.ingestion.LogsIngestionAsyncClient
Uploads logs to Azure Monitor with specified data collection rule id and stream name.
upload(String, String, List<Object>, UploadLogsOptions, Context) - Method in class com.azure.monitor.ingestion.LogsIngestionClient
Uploads logs to Azure Monitor with specified data collection rule id and stream name.
UploadLogsError - Class in com.azure.monitor.ingestion.models
The model representing the error and the associated logs that failed when uploading a subset of logs to Azure Monitor.
UploadLogsError(ResponseError, List<Object>) - Constructor for class com.azure.monitor.ingestion.models.UploadLogsError
Creates an instance of error.
UploadLogsOptions - Class in com.azure.monitor.ingestion.models
The options model to configure the request to upload logs to Azure Monitor.
UploadLogsOptions() - Constructor for class com.azure.monitor.ingestion.models.UploadLogsOptions
 
UploadLogsResult - Class in com.azure.monitor.ingestion.models
The model class containing the result of a logs upload operation.
UploadLogsResult(UploadLogsStatus, List<UploadLogsError>) - Constructor for class com.azure.monitor.ingestion.models.UploadLogsResult
Creates an instance of UploadLogsOptions.
UploadLogsStatus - Enum in com.azure.monitor.ingestion.models
Enum to indicate the status of a logs upload operation.

V

V2021_11_01_PREVIEW - Enum constant in enum com.azure.monitor.ingestion.LogsIngestionServiceVersion
Service version v1.
valueOf(String) - Static method in enum com.azure.monitor.ingestion.LogsIngestionServiceVersion
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.azure.monitor.ingestion.models.UploadLogsStatus
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.azure.monitor.ingestion.LogsIngestionServiceVersion
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.azure.monitor.ingestion.models.UploadLogsStatus
Returns an array containing the constants of this enum type, in the order they are declared.
A B C E F G H L P R S U V 
All Classes and Interfaces|All Packages