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