Documentation
¶
Index ¶
- func AppServicePlanDataSourceRead(d *pluginsdk.ResourceData, meta interface{}) error
- func ExpandWebCorsSettings(input interface{}) web.CorsSettings
- func FlattenWebCorsSettings(input *web.CorsSettings) []interface{}
- func SchemaWebCorsSettings() *pluginsdk.Schema
- 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 ¶
func AppServicePlanDataSourceRead ¶
func AppServicePlanDataSourceRead(d *pluginsdk.ResourceData, meta interface{}) error
func ExpandWebCorsSettings ¶
func ExpandWebCorsSettings(input interface{}) web.CorsSettings
func FlattenWebCorsSettings ¶
func FlattenWebCorsSettings(input *web.CorsSettings) []interface{}
func SchemaWebCorsSettings ¶
Types ¶
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
¶
- app_service.go
- app_service_active_slot_resource.go
- app_service_certificate_binding_resource.go
- app_service_certificate_data_source.go
- app_service_certificate_order_data_source.go
- app_service_certificate_order_resource.go
- app_service_certificate_resource.go
- app_service_custom_hostname_binding_resource.go
- app_service_data_source.go
- app_service_hybrid_connection_resource.go
- app_service_managed_certificate_resource.go
- app_service_plan_data_source.go
- app_service_plan_resource.go
- app_service_public_certificate_resource.go
- app_service_resource.go
- app_service_schedule_backup.go
- app_service_site_source_control.go
- app_service_slot_custom_hostname_binding_resource.go
- app_service_slot_resource.go
- app_service_slot_virtual_network_swift_connection_resource.go
- app_service_source_control_token_resource.go
- app_service_virtual_network_swift_connection_resource.go
- cors_settings.go
- function_app.go
- function_app_data_source.go
- function_app_host_keys_data_source.go
- function_app_resource.go
- function_app_slot_resource.go
- registration.go
- resourceids.go
- static_site_custom_domain_resource.go
- static_site_resource.go
Click to show internal directories.
Click to hide internal directories.