Class DataCollectionEndpointLogsIngestion
- java.lang.Object
-
- com.azure.resourcemanager.monitor.models.LogsIngestionEndpointSpec
-
- com.azure.resourcemanager.monitor.models.DataCollectionEndpointLogsIngestion
-
public final class DataCollectionEndpointLogsIngestion extends LogsIngestionEndpointSpec
The endpoint used by clients to ingest logs.
-
-
Constructor Summary
Constructors Constructor Description DataCollectionEndpointLogsIngestion()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidvalidate()Validates the instance.-
Methods inherited from class com.azure.resourcemanager.monitor.models.LogsIngestionEndpointSpec
endpoint
-
-
-
-
Method Detail
-
validate
public void validate()
Validates the instance.- Overrides:
validatein classLogsIngestionEndpointSpec- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-