EndpointType Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. iotoperations. models. EndpointType
- com.
- com.
public final class EndpointType
extends ExpandableStringEnum<EndpointType>
DataflowEndpoint Type properties.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Endpoint |
DATA_EXPLORER
Azure Data Explorer Type. |
|
static final
Endpoint |
DATA_LAKE_STORAGE
Azure Data Lake Type. |
|
static final
Endpoint |
FABRIC_ONE_LAKE
Microsoft Fabric Type. |
|
static final
Endpoint |
KAFKA
Kafka Type. |
|
static final
Endpoint |
LOCAL_STORAGE
Local Storage Type. |
|
static final
Endpoint |
MQTT
Broker Type. |
|
static final
Endpoint |
OPEN_TELEMETRY
Open |
Constructor Summary
| Constructor | Description |
|---|---|
| EndpointType() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Endpoint |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Endpoint |
fromString(String name)
Creates or finds a Endpoint |
|
static
Collection<Endpoint |
values()
Gets known Endpoint |
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
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:
Returns:
values
public static Collection<EndpointType> values()
Gets known EndpointType values.
Returns: