Class EndpointType
- java.lang.Object
-
- com.azure.core.util.ExpandableStringEnum<EndpointType>
-
- com.azure.resourcemanager.eventgrid.models.EndpointType
-
public final class EndpointType extends com.azure.core.util.ExpandableStringEnum<EndpointType>
Defines values for EndpointType.
-
-
Field Summary
Fields Modifier and Type Field Description static EndpointTypeAZURE_FUNCTIONStatic value AzureFunction for EndpointType.static EndpointTypeEVENT_HUBStatic value EventHub for EndpointType.static EndpointTypeHYBRID_CONNECTIONStatic value HybridConnection for EndpointType.static EndpointTypeSERVICE_BUS_QUEUEStatic value ServiceBusQueue for EndpointType.static EndpointTypeSERVICE_BUS_TOPICStatic value ServiceBusTopic for EndpointType.static EndpointTypeSTORAGE_QUEUEStatic value StorageQueue for EndpointType.static EndpointTypeWEB_HOOKStatic value WebHook for EndpointType.
-
Constructor Summary
Constructors Constructor Description EndpointType()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static EndpointTypefromString(String name)Creates or finds a EndpointType from its string representation.static Collection<EndpointType>values()
-
-
-
Field Detail
-
WEB_HOOK
public static final EndpointType WEB_HOOK
Static value WebHook for EndpointType.
-
EVENT_HUB
public static final EndpointType EVENT_HUB
Static value EventHub for EndpointType.
-
STORAGE_QUEUE
public static final EndpointType STORAGE_QUEUE
Static value StorageQueue for EndpointType.
-
HYBRID_CONNECTION
public static final EndpointType HYBRID_CONNECTION
Static value HybridConnection 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.
-
AZURE_FUNCTION
public static final EndpointType AZURE_FUNCTION
Static value AzureFunction for EndpointType.
-
-
Method Detail
-
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()
- Returns:
- known EndpointType values.
-
-