Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DatasetColumn ¶ added in v1.40.0
type DatasetColumn struct { Name string `json:"name,omitempty"` Description string `json:"description,omitempty"` Type string `json:"type,omitempty"` }
DatasetColumn describes the attributes needed to specify a structure column for a dataset
type Registration ¶ added in v1.39.0
type Registration struct{}
func (Registration) Name ¶ added in v1.39.0
func (r Registration) Name() string
Name is the name of this Service
func (Registration) SupportedDataSources ¶ added in v1.39.0
func (r Registration) SupportedDataSources() map[string]*schema.Resource
SupportedDataSources returns the supported Data Sources supported by this Service
func (Registration) SupportedResources ¶ added in v1.39.0
func (r Registration) SupportedResources() map[string]*schema.Resource
SupportedResources returns the supported Resources supported by this Service
Source Files ¶
- data_factory.go
- data_source_data_factory.go
- registration.go
- resource_arm_data_factory.go
- resource_arm_data_factory_dataset_mysql.go
- resource_arm_data_factory_dataset_postgresql.go
- resource_arm_data_factory_dataset_sql_server_table.go
- resource_arm_data_factory_integration_runtime_managed.go
- resource_arm_data_factory_linked_service_data_lake_storage_gen2.go
- resource_arm_data_factory_linked_service_mysql.go
- resource_arm_data_factory_linked_service_postgresql.go
- resource_arm_data_factory_linked_service_sql_server.go
- resource_arm_data_factory_pipeline.go
- resource_arm_data_factory_trigger_schedule.go
Click to show internal directories.
Click to hide internal directories.