DatadogLogsAgent Class

  • java.lang.Object
    • com.azure.resourcemanager.datadog.models.DatadogLogsAgent

public final class DatadogLogsAgent

The DatadogLogsAgent model.

Constructor Summary

Constructor Description
DatadogLogsAgent()

Creates an instance of DatadogLogsAgent class.

Method Summary

Modifier and Type Method and Description
String transport()

Get the transport property: The transport.

void validate()

Validates the instance.

DatadogLogsAgent withTransport(String transport)

Set the transport property: The transport.

Methods inherited from java.lang.Object

Constructor Details

DatadogLogsAgent

public DatadogLogsAgent()

Creates an instance of DatadogLogsAgent class.

Method Details

transport

public String transport()

Get the transport property: The transport.

Returns:

the transport value.

validate

public void validate()

Validates the instance.

withTransport

public DatadogLogsAgent withTransport(String transport)

Set the transport property: The transport.

Parameters:

transport - the transport value to set.

Returns:

the DatadogLogsAgent object itself.

Applies to