EndpointType Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. eventgrid. models. EndpointType
- com.
- com.
public final class EndpointType
extends ExpandableStringEnum<EndpointType>
Type of the endpoint for the event subscription destination.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Endpoint |
AZURE_FUNCTION
Static value Azure |
|
static final
Endpoint |
EVENT_HUB
Static value Event |
|
static final
Endpoint |
HYBRID_CONNECTION
Static value Hybrid |
|
static final
Endpoint |
MONITOR_ALERT
Static value Monitor |
|
static final
Endpoint |
NAMESPACE_TOPIC
Static value Namespace |
|
static final
Endpoint |
PARTNER_DESTINATION
Static value Partner |
|
static final
Endpoint |
SERVICE_BUS_QUEUE
Static value Service |
|
static final
Endpoint |
SERVICE_BUS_TOPIC
Static value Service |
|
static final
Endpoint |
STORAGE_QUEUE
Static value Storage |
|
static final
Endpoint |
WEB_HOOK
Static value Web |
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
AZURE_FUNCTION
public static final EndpointType AZURE_FUNCTION
Static value AzureFunction for EndpointType.
EVENT_HUB
public static final EndpointType EVENT_HUB
Static value EventHub for EndpointType.
HYBRID_CONNECTION
public static final EndpointType HYBRID_CONNECTION
Static value HybridConnection for EndpointType.
MONITOR_ALERT
public static final EndpointType MONITOR_ALERT
Static value MonitorAlert for EndpointType.
NAMESPACE_TOPIC
public static final EndpointType NAMESPACE_TOPIC
Static value NamespaceTopic for EndpointType.
PARTNER_DESTINATION
public static final EndpointType PARTNER_DESTINATION
Static value PartnerDestination for EndpointType.
SERVICE_BUS_QUEUE
public static final EndpointType SERVICE_BUS_QUEUE
Static value ServiceBusQueue for EndpointType.
SERVICE_BUS_TOPIC
public static final EndpointType SERVICE_BUS_TOPIC
Static value ServiceBusTopic for EndpointType.
STORAGE_QUEUE
public static final EndpointType STORAGE_QUEUE
Static value StorageQueue for EndpointType.
WEB_HOOK
public static final EndpointType WEB_HOOK
Static value WebHook 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: