EndpointType Class

public final class EndpointType
extends ExpandableStringEnum<EndpointType>

DataflowEndpoint Type properties.

Field Summary

Modifier and Type Field and Description
static final EndpointType DATA_EXPLORER

Azure Data Explorer Type.

static final EndpointType DATA_LAKE_STORAGE

Azure Data Lake Type.

static final EndpointType FABRIC_ONE_LAKE

Microsoft Fabric Type.

static final EndpointType KAFKA

Kafka Type.

static final EndpointType LOCAL_STORAGE

Local Storage Type.

static final EndpointType MQTT

Broker Type.

static final EndpointType OPEN_TELEMETRY

OpenTelemetry Type.

Constructor Summary

Constructor Description
EndpointType()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of EndpointType value.

Method Summary

Modifier and Type Method and Description
static EndpointType fromString(String name)

Creates or finds a EndpointType from its string representation.

static Collection<EndpointType> values()

Gets known EndpointType values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

DATA_EXPLORER

public static final EndpointType DATA_EXPLORER

Azure Data Explorer Type.

DATA_LAKE_STORAGE

public static final EndpointType DATA_LAKE_STORAGE

Azure Data Lake Type.

FABRIC_ONE_LAKE

public static final EndpointType FABRIC_ONE_LAKE

Microsoft Fabric Type.

KAFKA

public static final EndpointType KAFKA

Kafka Type.

LOCAL_STORAGE

public static final EndpointType LOCAL_STORAGE

Local Storage Type.

MQTT

public static final EndpointType MQTT

Broker Type.

OPEN_TELEMETRY

public static final EndpointType OPEN_TELEMETRY

OpenTelemetry Type.

Constructor Details

EndpointType

@Deprecated
public EndpointType()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of EndpointType value.

Method Details

fromString

public static EndpointType fromString(String name)

Creates or finds a EndpointType from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding EndpointType.

values

public static Collection<EndpointType> values()

Gets known EndpointType values.

Returns:

known EndpointType values.

Applies to