Uses of Class
com.azure.resourcemanager.monitor.models.DataCollectionEndpointLogsIngestion
Packages that use DataCollectionEndpointLogsIngestion
Package
Description
Package containing the inner data models for MonitorClient.
Package containing the data models for MonitorClient.
-
Uses of DataCollectionEndpointLogsIngestion in com.azure.resourcemanager.monitor.fluent.models
Methods in com.azure.resourcemanager.monitor.fluent.models that return DataCollectionEndpointLogsIngestionModifier and TypeMethodDescriptionDataCollectionEndpointResourceInner.logsIngestion()
Get the logsIngestion property: The endpoint used by clients to ingest logs.Methods in com.azure.resourcemanager.monitor.fluent.models with parameters of type DataCollectionEndpointLogsIngestionModifier and TypeMethodDescriptionDataCollectionEndpointResourceInner.withLogsIngestion
(DataCollectionEndpointLogsIngestion logsIngestion) Set the logsIngestion property: The endpoint used by clients to ingest logs.DataCollectionEndpointResourceProperties.withLogsIngestion
(DataCollectionEndpointLogsIngestion logsIngestion) Set the logsIngestion property: The endpoint used by clients to ingest logs. -
Uses of DataCollectionEndpointLogsIngestion in com.azure.resourcemanager.monitor.models
Methods in com.azure.resourcemanager.monitor.models that return DataCollectionEndpointLogsIngestionModifier and TypeMethodDescriptionDataCollectionEndpointLogsIngestion.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of DataCollectionEndpointLogsIngestion from the JsonReader.DataCollectionEndpoint.logsIngestion()
Get the logsIngestion property: The endpoint used by clients to ingest logs.Methods in com.azure.resourcemanager.monitor.models with parameters of type DataCollectionEndpointLogsIngestionModifier and TypeMethodDescriptionDataCollectionEndpoint.withLogsIngestion
(DataCollectionEndpointLogsIngestion logsIngestion) Set the logsIngestion property: The endpoint used by clients to ingest logs.