DataCollectionEndpointLogsIngestion Class
- java.
lang. Object - com.
azure. resourcemanager. monitor. models. LogsIngestionEndpointSpec - com.
azure. resourcemanager. monitor. models. DataCollectionEndpointLogsIngestion
- com.
- com.
public final class DataCollectionEndpointLogsIngestion
extends LogsIngestionEndpointSpec
The endpoint used by clients to ingest logs.
Constructor Summary
Constructor | Description |
---|---|
DataCollectionEndpointLogsIngestion() |
Creates an instance of Data |
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
endpoint()
Get the endpoint property: The endpoint. |
static
Data |
fromJson(JsonReader jsonReader)
Reads an instance of Data |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Methods inherited from LogsIngestionEndpointSpec
Methods inherited from java.lang.Object
Constructor Details
DataCollectionEndpointLogsIngestion
public DataCollectionEndpointLogsIngestion()
Creates an instance of DataCollectionEndpointLogsIngestion class.
Method Details
endpoint
public String endpoint()
Get the endpoint property: The endpoint. This property is READ-ONLY.
Overrides:
DataCollectionEndpointLogsIngestion.endpoint()Returns:
fromJson
public static DataCollectionEndpointLogsIngestion fromJson(JsonReader jsonReader)
Reads an instance of DataCollectionEndpointLogsIngestion from the JsonReader.
Parameters:
Returns:
Throws:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
DataCollectionEndpointLogsIngestion.toJson(JsonWriter jsonWriter)Parameters:
Throws:
validate
public void validate()
Validates the instance.
Overrides:
DataCollectionEndpointLogsIngestion.validate()Applies to
Azure SDK for Java