DataflowEndpointDataExplorer Class

  • java.lang.Object
    • com.azure.resourcemanager.iotoperations.models.DataflowEndpointDataExplorer

Implements

public final class DataflowEndpointDataExplorer
implements JsonSerializable<DataflowEndpointDataExplorer>

Azure Data Explorer endpoint properties.

Constructor Summary

Constructor Description
DataflowEndpointDataExplorer()

Creates an instance of DataflowEndpointDataExplorer class.

Method Summary

Modifier and Type Method and Description
DataflowEndpointDataExplorerAuthentication authentication()

Get the authentication property: Authentication configuration.

BatchingConfiguration batching()

Get the batching property: Azure Data Explorer endpoint batching configuration.

String database()

Get the database property: Database name.

static DataflowEndpointDataExplorer fromJson(JsonReader jsonReader)

Reads an instance of DataflowEndpointDataExplorer from the JsonReader.

String host()

Get the host property: Host of the Azure Data Explorer in the form of <cluster>.<region>.kusto.windows.net .

JsonWriter toJson(JsonWriter jsonWriter)
DataflowEndpointDataExplorer withAuthentication(DataflowEndpointDataExplorerAuthentication authentication)

Set the authentication property: Authentication configuration.

DataflowEndpointDataExplorer withBatching(BatchingConfiguration batching)

Set the batching property: Azure Data Explorer endpoint batching configuration.

DataflowEndpointDataExplorer withDatabase(String database)

Set the database property: Database name.

DataflowEndpointDataExplorer withHost(String host)

Set the host property: Host of the Azure Data Explorer in the form of <cluster>.<region>.kusto.windows.net .

Methods inherited from java.lang.Object

Constructor Details

DataflowEndpointDataExplorer

public DataflowEndpointDataExplorer()

Creates an instance of DataflowEndpointDataExplorer class.

Method Details

authentication

public DataflowEndpointDataExplorerAuthentication authentication()

Get the authentication property: Authentication configuration. NOTE - only authentication property is allowed per entry.

Returns:

the authentication value.

batching

public BatchingConfiguration batching()

Get the batching property: Azure Data Explorer endpoint batching configuration.

Returns:

the batching value.

database

public String database()

Get the database property: Database name.

Returns:

the database value.

fromJson

public static DataflowEndpointDataExplorer fromJson(JsonReader jsonReader)

Reads an instance of DataflowEndpointDataExplorer from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of DataflowEndpointDataExplorer if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If the deserialized JSON object was missing any required properties.

host

public String host()

Get the host property: Host of the Azure Data Explorer in the form of <cluster>.<region>.kusto.windows.net .

Returns:

the host value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

withAuthentication

public DataflowEndpointDataExplorer withAuthentication(DataflowEndpointDataExplorerAuthentication authentication)

Set the authentication property: Authentication configuration. NOTE - only authentication property is allowed per entry.

Parameters:

authentication - the authentication value to set.

Returns:

the DataflowEndpointDataExplorer object itself.

withBatching

public DataflowEndpointDataExplorer withBatching(BatchingConfiguration batching)

Set the batching property: Azure Data Explorer endpoint batching configuration.

Parameters:

batching - the batching value to set.

Returns:

the DataflowEndpointDataExplorer object itself.

withDatabase

public DataflowEndpointDataExplorer withDatabase(String database)

Set the database property: Database name.

Parameters:

database - the database value to set.

Returns:

the DataflowEndpointDataExplorer object itself.

withHost

public DataflowEndpointDataExplorer withHost(String host)

Set the host property: Host of the Azure Data Explorer in the form of <cluster>.<region>.kusto.windows.net .

Parameters:

host - the host value to set.

Returns:

the DataflowEndpointDataExplorer object itself.

Applies to