EventSourceKind Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. timeseriesinsights. models. EventSourceKind
- com.
- com.
public final class EventSourceKind
extends ExpandableStringEnum<EventSourceKind>
The kind of the event source.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Event |
MICROSOFT_EVENT_HUB
Static value Microsoft. |
|
static final
Event |
MICROSOFT_IO_THUB
Static value Microsoft. |
Constructor Summary
| Constructor | Description |
|---|---|
| EventSourceKind() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Event |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Event |
fromString(String name)
Creates or finds a Event |
|
static
Collection<Event |
values()
Gets known Event |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
MICROSOFT_EVENT_HUB
public static final EventSourceKind MICROSOFT_EVENT_HUB
Static value Microsoft.EventHub for EventSourceKind.
MICROSOFT_IO_THUB
public static final EventSourceKind MICROSOFT_IO_THUB
Static value Microsoft.IoTHub for EventSourceKind.
Constructor Details
EventSourceKind
@Deprecated
public EventSourceKind()
Deprecated
Creates a new instance of EventSourceKind value.
Method Details
fromString
public static EventSourceKind fromString(String name)
Creates or finds a EventSourceKind from its string representation.
Parameters:
Returns:
values
public static Collection<EventSourceKind> values()
Gets known EventSourceKind values.
Returns: