Documentation ¶
Index ¶
- type OutputTableResource
- func (r OutputTableResource) Arguments() map[string]*pluginsdk.Schema
- func (r OutputTableResource) Attributes() map[string]*pluginsdk.Schema
- func (r OutputTableResource) Create() sdk.ResourceFunc
- func (r OutputTableResource) CustomImporter() sdk.ResourceRunFunc
- func (r OutputTableResource) Delete() sdk.ResourceFunc
- func (r OutputTableResource) IDValidationFunc() pluginsdk.SchemaValidateFunc
- func (r OutputTableResource) ModelObject() interface{}
- func (r OutputTableResource) Read() sdk.ResourceFunc
- func (r OutputTableResource) ResourceType() string
- func (r OutputTableResource) Update() sdk.ResourceFunc
- type OutputTableResourceModel
- type Registration
- func (r Registration) DataSources() []sdk.DataSource
- func (r Registration) Name() string
- func (r Registration) Resources() []sdk.Resource
- func (r Registration) SupportedDataSources() map[string]*pluginsdk.Resource
- func (r Registration) SupportedResources() map[string]*pluginsdk.Resource
- func (r Registration) WebsiteCategories() []string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type OutputTableResource ¶
type OutputTableResource struct { }
func (OutputTableResource) Arguments ¶
func (r OutputTableResource) Arguments() map[string]*pluginsdk.Schema
func (OutputTableResource) Attributes ¶
func (r OutputTableResource) Attributes() map[string]*pluginsdk.Schema
func (OutputTableResource) Create ¶
func (r OutputTableResource) Create() sdk.ResourceFunc
func (OutputTableResource) CustomImporter ¶
func (r OutputTableResource) CustomImporter() sdk.ResourceRunFunc
func (OutputTableResource) Delete ¶
func (r OutputTableResource) Delete() sdk.ResourceFunc
func (OutputTableResource) IDValidationFunc ¶
func (r OutputTableResource) IDValidationFunc() pluginsdk.SchemaValidateFunc
func (OutputTableResource) ModelObject ¶
func (r OutputTableResource) ModelObject() interface{}
func (OutputTableResource) Read ¶
func (r OutputTableResource) Read() sdk.ResourceFunc
func (OutputTableResource) ResourceType ¶
func (r OutputTableResource) ResourceType() string
func (OutputTableResource) Update ¶
func (r OutputTableResource) Update() sdk.ResourceFunc
type OutputTableResourceModel ¶
type OutputTableResourceModel struct { Name string `tfschema:"name"` StreamAnalyticsJob string `tfschema:"stream_analytics_job_name"` ResourceGroup string `tfschema:"resource_group_name"` StorageAccount string `tfschema:"storage_account_name"` StorageAccountKey string `tfschema:"storage_account_key"` Table string `tfschema:"table"` PartitionKey string `tfschema:"partition_key"` RowKey string `tfschema:"row_key"` BatchSize int32 `tfschema:"batch_size"` }
type Registration ¶
type Registration struct{}
func (Registration) DataSources ¶
func (r Registration) DataSources() []sdk.DataSource
func (Registration) Resources ¶
func (r Registration) Resources() []sdk.Resource
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 ¶
- helpers_input.go
- helpers_output.go
- registration.go
- resourceids.go
- stream_analytics_function_javascript_udf_resource.go
- stream_analytics_job_data_source.go
- stream_analytics_job_resource.go
- stream_analytics_output.go
- stream_analytics_output_blob_resource.go
- stream_analytics_output_eventhub_resource.go
- stream_analytics_output_mssql_resource.go
- stream_analytics_output_servicebus_queue_resource.go
- stream_analytics_output_servicebus_topic_resource.go
- stream_analytics_output_synapse_resource.go
- stream_analytics_output_table_resource.go
- stream_analytics_reference_input.go
- stream_analytics_reference_input_blob_resource.go
- stream_analytics_reference_input_mssql_resource.go
- stream_analytics_stream_input_blob_resource.go
- stream_analytics_stream_input_eventhub_resource.go
- stream_analytics_stream_input_iothub_resource.go
Click to show internal directories.
Click to hide internal directories.