EndpointType Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. digitaltwins. models. EndpointType
- com.
- com.
public final class EndpointType
extends ExpandableStringEnum<EndpointType>
The type of Digital Twins endpoint.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Endpoint |
EVENT_GRID
Static value Event |
|
static final
Endpoint |
EVENT_HUB
Static value Event |
|
static final
Endpoint |
SERVICE_BUS
Static value Service |
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
EVENT_GRID
public static final EndpointType EVENT_GRID
Static value EventGrid for EndpointType.
EVENT_HUB
public static final EndpointType EVENT_HUB
Static value EventHub for EndpointType.
SERVICE_BUS
public static final EndpointType SERVICE_BUS
Static value ServiceBus for EndpointType.
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: