Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IdentitySchema ¶
func PossibleEventSubscriptionEndpointTypes ¶
func PossibleEventSubscriptionEndpointTypes() []string
func PossibleSystemTopicEventSubscriptionEndpointTypes ¶
func PossibleSystemTopicEventSubscriptionEndpointTypes() []string
Types ¶
type EventSubscriptionEndpointType ¶
type EventSubscriptionEndpointType string
EventSubscriptionEndpointType enumerates the values for event subscription endpoint types.
const ( // AzureFunctionEndpoint ... AzureFunctionEndpoint EventSubscriptionEndpointType = "azure_function_endpoint" // EventHubEndpoint ... EventHubEndpoint EventSubscriptionEndpointType = "eventhub_endpoint" // EventHubEndpointID ... EventHubEndpointID EventSubscriptionEndpointType = "eventhub_endpoint_id" // HybridConnectionEndpoint ... HybridConnectionEndpoint EventSubscriptionEndpointType = "hybrid_connection_endpoint" // HybridConnectionEndpointID ... HybridConnectionEndpointID EventSubscriptionEndpointType = "hybrid_connection_endpoint_id" // ServiceBusQueueEndpointID ... ServiceBusQueueEndpointID EventSubscriptionEndpointType = "service_bus_queue_endpoint_id" // ServiceBusTopicEndpointID ... ServiceBusTopicEndpointID EventSubscriptionEndpointType = "service_bus_topic_endpoint_id" // StorageQueueEndpoint ... StorageQueueEndpoint EventSubscriptionEndpointType = "storage_queue_endpoint" // WebHookEndpoint ... WebHookEndpoint EventSubscriptionEndpointType = "webhook_endpoint" )
type Registration ¶
type Registration struct{}
func (Registration) SupportedDataSources ¶
func (r Registration) SupportedDataSources() map[string]*pluginsdk.Resource
SupportedDataSources returns the supported Data Sources supported by this Service
func (Registration) SupportedResources ¶
func (r Registration) SupportedResources() map[string]*pluginsdk.Resource
SupportedResources returns the supported Resources supported by this Service
func (Registration) WebsiteCategories ¶
func (r Registration) WebsiteCategories() []string
WebsiteCategories returns a list of categories which can be used for the sidebar
Source Files ¶
- event_subscription.go
- eventgrid.go
- eventgrid_domain_data_source.go
- eventgrid_domain_resource.go
- eventgrid_domain_topic_data_source.go
- eventgrid_domain_topic_resource.go
- eventgrid_event_subscription_resource.go
- eventgrid_system_topic_data_source.go
- eventgrid_system_topic_event_subscription_resource.go
- eventgrid_system_topic_resource.go
- eventgrid_topic_data_source.go
- eventgrid_topic_resource.go
- registration.go
- resourceids.go
Click to show internal directories.
Click to hide internal directories.