Uses of Class
com.azure.resourcemanager.eventgrid.models.EndpointType
-
Packages that use EndpointType Package Description com.azure.resourcemanager.eventgrid.models Package containing the data models for EventGridManagementClient. -
-
Uses of EndpointType in com.azure.resourcemanager.eventgrid.models
Fields in com.azure.resourcemanager.eventgrid.models declared as EndpointType Modifier and Type Field Description static EndpointTypeEndpointType. AZURE_FUNCTIONStatic value AzureFunction for EndpointType.static EndpointTypeEndpointType. EVENT_HUBStatic value EventHub for EndpointType.static EndpointTypeEndpointType. HYBRID_CONNECTIONStatic value HybridConnection for EndpointType.static EndpointTypeEndpointType. SERVICE_BUS_QUEUEStatic value ServiceBusQueue for EndpointType.static EndpointTypeEndpointType. SERVICE_BUS_TOPICStatic value ServiceBusTopic for EndpointType.static EndpointTypeEndpointType. STORAGE_QUEUEStatic value StorageQueue for EndpointType.static EndpointTypeEndpointType. WEB_HOOKStatic value WebHook for EndpointType.Methods in com.azure.resourcemanager.eventgrid.models that return EndpointType Modifier and Type Method Description static EndpointTypeEndpointType. fromString(String name)Creates or finds a EndpointType from its string representation.Methods in com.azure.resourcemanager.eventgrid.models that return types with arguments of type EndpointType Modifier and Type Method Description static Collection<EndpointType>EndpointType. values()
-