Class AzureServiceType
java.lang.Object
com.azure.spring.cloud.core.service.AzureServiceType
Describes an Azure service type. This is only used for cases when build an instance of type like
ServiceConnectionStringProvider.-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classThe App Configuration service.static final classThe Event Hub service.static final classThe Service Bus service.static final classThe Storage Blob service.static final classThe Storage File Share service.static final classThe Storage Queue service. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final AzureServiceType.AppConfigurationThe App Configuration service.static final AzureServiceType.EventHubsThe Event Hub service.static final AzureServiceType.ServiceBusThe Service Bus service.static final AzureServiceType.StorageBlobThe Storage Blob service.static final AzureServiceType.StorageFileShareThe Storage File Share service.static final AzureServiceType.StorageQueueThe Storage Queue service. -
Method Summary
-
Field Details
-
SERVICE_BUS
The Service Bus service. -
EVENT_HUBS
The Event Hub service. -
STORAGE_BLOB
The Storage Blob service. -
STORAGE_FILE_SHARE
The Storage File Share service. -
STORAGE_QUEUE
The Storage Queue service. -
APP_CONFIGURATION
The App Configuration service.
-