Documentation
¶
Index ¶
- type AzureBotServiceResource
- func (r AzureBotServiceResource) Arguments() map[string]*pluginsdk.Schema
- func (r AzureBotServiceResource) Attributes() map[string]*pluginsdk.Schema
- func (r AzureBotServiceResource) Create() sdk.ResourceFunc
- func (r AzureBotServiceResource) CustomImporter() sdk.ResourceRunFunc
- func (r AzureBotServiceResource) Delete() sdk.ResourceFunc
- func (r AzureBotServiceResource) IDValidationFunc() pluginsdk.SchemaValidateFunc
- func (r AzureBotServiceResource) ModelObject() interface{}
- func (r AzureBotServiceResource) Read() sdk.ResourceFunc
- func (r AzureBotServiceResource) ResourceType() string
- func (r AzureBotServiceResource) Update() sdk.ResourceFunc
- type Registration
- func (r Registration) AssociatedGitHubLabel() string
- 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 AzureBotServiceResource ¶
type AzureBotServiceResource struct {
// contains filtered or unexported fields
}
func (AzureBotServiceResource) Arguments ¶
func (r AzureBotServiceResource) Arguments() map[string]*pluginsdk.Schema
func (AzureBotServiceResource) Attributes ¶
func (r AzureBotServiceResource) Attributes() map[string]*pluginsdk.Schema
func (AzureBotServiceResource) Create ¶
func (r AzureBotServiceResource) Create() sdk.ResourceFunc
func (AzureBotServiceResource) CustomImporter ¶
func (r AzureBotServiceResource) CustomImporter() sdk.ResourceRunFunc
func (AzureBotServiceResource) Delete ¶
func (r AzureBotServiceResource) Delete() sdk.ResourceFunc
func (AzureBotServiceResource) IDValidationFunc ¶
func (r AzureBotServiceResource) IDValidationFunc() pluginsdk.SchemaValidateFunc
func (AzureBotServiceResource) ModelObject ¶
func (r AzureBotServiceResource) ModelObject() interface{}
func (AzureBotServiceResource) Read ¶
func (r AzureBotServiceResource) Read() sdk.ResourceFunc
func (AzureBotServiceResource) ResourceType ¶
func (r AzureBotServiceResource) ResourceType() string
func (AzureBotServiceResource) Update ¶
func (r AzureBotServiceResource) Update() sdk.ResourceFunc
type Registration ¶
type Registration struct{}
func (Registration) AssociatedGitHubLabel ¶
func (r Registration) AssociatedGitHubLabel() string
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
¶
- bot_channel_alexa_resource.go
- bot_channel_direct_line_speech_resource.go
- bot_channel_directline_resource.go
- bot_channel_email_resource.go
- bot_channel_facebook_resource.go
- bot_channel_line_resource.go
- bot_channel_ms_teams_resource.go
- bot_channel_slack_resource.go
- bot_channel_sms_resource.go
- bot_channel_web_chat_resource.go
- bot_channels_registration_resource.go
- bot_connection_resource.go
- bot_healthbot_resource.go
- bot_service_azure_bot_resource.go
- bot_service_resource_base.go
- bot_web_app_resource.go
- registration.go
- resourceids.go
Click to show internal directories.
Click to hide internal directories.