streamanalytics

package
v2.96.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 14, 2022 License: MPL-2.0 Imports: 21 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ClusterModel

type ClusterModel struct {
	Name              string                 `tfschema:"name"`
	ResourceGroup     string                 `tfschema:"resource_group_name"`
	Location          string                 `tfschema:"location"`
	StreamingCapacity int32                  `tfschema:"streaming_capacity"`
	Tags              map[string]interface{} `tfschema:"tags"`
}

type ClusterResource

type ClusterResource struct{}

func (ClusterResource) Arguments

func (r ClusterResource) Arguments() map[string]*pluginsdk.Schema

func (ClusterResource) Attributes

func (r ClusterResource) Attributes() map[string]*pluginsdk.Schema

func (ClusterResource) Create

func (r ClusterResource) Create() sdk.ResourceFunc

func (ClusterResource) Delete

func (r ClusterResource) Delete() sdk.ResourceFunc

func (ClusterResource) IDValidationFunc

func (r ClusterResource) IDValidationFunc() pluginsdk.SchemaValidateFunc

func (ClusterResource) ModelObject

func (r ClusterResource) ModelObject() interface{}

func (ClusterResource) Read

func (r ClusterResource) Read() sdk.ResourceFunc

func (ClusterResource) ResourceType

func (r ClusterResource) ResourceType() string

func (ClusterResource) Update

func (r ClusterResource) Update() sdk.ResourceFunc

type ManagedPrivateEndpointModel

type ManagedPrivateEndpointModel struct {
	Name                   string `tfschema:"name"`
	ResourceGroup          string `tfschema:"resource_group_name"`
	StreamAnalyticsCluster string `tfschema:"stream_analytics_cluster_name"`
	TargetResourceId       string `tfschema:"target_resource_id"`
	SubResourceName        string `tfschema:"subresource_name"`
}

type ManagedPrivateEndpointResource

type ManagedPrivateEndpointResource struct{}

func (ManagedPrivateEndpointResource) Arguments

func (ManagedPrivateEndpointResource) Attributes

func (ManagedPrivateEndpointResource) Create

func (ManagedPrivateEndpointResource) Delete

func (ManagedPrivateEndpointResource) IDValidationFunc

func (ManagedPrivateEndpointResource) ModelObject

func (r ManagedPrivateEndpointResource) ModelObject() interface{}

func (ManagedPrivateEndpointResource) Read

func (ManagedPrivateEndpointResource) ResourceType

func (r ManagedPrivateEndpointResource) ResourceType() string

type OutputFunctionResource

type OutputFunctionResource struct {
}

func (OutputFunctionResource) Arguments

func (r OutputFunctionResource) Arguments() map[string]*pluginsdk.Schema

func (OutputFunctionResource) Attributes

func (r OutputFunctionResource) Attributes() map[string]*pluginsdk.Schema

func (OutputFunctionResource) Create

func (OutputFunctionResource) CustomImporter

func (r OutputFunctionResource) CustomImporter() sdk.ResourceRunFunc

func (OutputFunctionResource) Delete

func (OutputFunctionResource) IDValidationFunc

func (OutputFunctionResource) ModelObject

func (r OutputFunctionResource) ModelObject() interface{}

func (OutputFunctionResource) Read

func (OutputFunctionResource) ResourceType

func (r OutputFunctionResource) ResourceType() string

func (OutputFunctionResource) Update

type OutputFunctionResourceModel

type OutputFunctionResourceModel struct {
	Name               string `tfschema:"name"`
	StreamAnalyticsJob string `tfschema:"stream_analytics_job_name"`
	ResourceGroup      string `tfschema:"resource_group_name"`
	FunctionApp        string `tfschema:"function_app"`
	FunctionName       string `tfschema:"function_name"`
	ApiKey             string `tfschema:"api_key"`
	BatchMaxInBytes    int    `tfschema:"batch_max_in_bytes"`
	BatchMaxCount      int    `tfschema:"batch_max_count"`
}

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 (OutputTableResource) CustomImporter

func (r OutputTableResource) CustomImporter() sdk.ResourceRunFunc

func (OutputTableResource) Delete

func (OutputTableResource) IDValidationFunc

func (r OutputTableResource) IDValidationFunc() pluginsdk.SchemaValidateFunc

func (OutputTableResource) ModelObject

func (r OutputTableResource) ModelObject() interface{}

func (OutputTableResource) Read

func (OutputTableResource) ResourceType

func (r OutputTableResource) ResourceType() string

func (OutputTableResource) Update

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) AssociatedGitHubLabel

func (r Registration) AssociatedGitHubLabel() string

func (Registration) DataSources

func (r Registration) DataSources() []sdk.DataSource

func (Registration) Name

func (r Registration) Name() string

Name is the name of this Service

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

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL