Documentation ¶
Index ¶
- Constants
- func ExpandWebCorsSettings(input interface{}) web.CorsSettings
- func FlattenWebCorsSettings(input *web.CorsSettings) []interface{}
- func SchemaWebCorsSettings() *schema.Schema
- func ValidateAppServiceCertificateID(i interface{}, k string) (warnings []string, errors []error)
- func ValidateAppServiceHybridConnectionID(i interface{}, k string) (warnings []string, errors []error)
- func ValidateAppServicePlanID(i interface{}, k string) (warnings []string, errors []error)
- func ValidateAppServiceSourceControlTokenName() schema.SchemaValidateFunc
- type AppServiceCertificateOrderResourceID
- type AppServiceCertificateResourceID
- type AppServiceCustomHostnameBindingResourceID
- type AppServiceHybridConnectionResourceID
- type AppServicePlanResourceID
- type AppServiceSlotResourceID
- type Registration
Constants ¶
View Source
const (
InternalLoadBalancingModeWebPublishing web.InternalLoadBalancingMode = "Web, Publishing"
)
Variables ¶
This section is empty.
Functions ¶
func ExpandWebCorsSettings ¶
func ExpandWebCorsSettings(input interface{}) web.CorsSettings
func FlattenWebCorsSettings ¶
func FlattenWebCorsSettings(input *web.CorsSettings) []interface{}
func SchemaWebCorsSettings ¶
func ValidateAppServiceCertificateID ¶
ValidateAppServiceCertificateID validates that the specified ID is a valid App Service Certificate ID
func ValidateAppServicePlanID ¶
ValidateAppServicePlanID validates that the specified ID is a valid App Service Plan ID
func ValidateAppServiceSourceControlTokenName ¶
func ValidateAppServiceSourceControlTokenName() schema.SchemaValidateFunc
Types ¶
type AppServiceCertificateOrderResourceID ¶
func ParseAppServiceCertificateOrderID ¶
func ParseAppServiceCertificateOrderID(input string) (*AppServiceCertificateOrderResourceID, error)
type AppServiceCertificateResourceID ¶
func ParseAppServiceCertificateID ¶
func ParseAppServiceCertificateID(input string) (*AppServiceCertificateResourceID, error)
type AppServiceCustomHostnameBindingResourceID ¶
type AppServiceCustomHostnameBindingResourceID struct { ResourceGroup string AppServiceName string Name string }
func ParseAppServiceCustomHostnameBindingID ¶
func ParseAppServiceCustomHostnameBindingID(input string) (*AppServiceCustomHostnameBindingResourceID, error)
type AppServiceHybridConnectionResourceID ¶
type AppServiceHybridConnectionResourceID struct { ResourceGroup string Name string AppName string Namespace string }
func ParseAppServiceHybridConnectionID ¶
func ParseAppServiceHybridConnectionID(input string) (*AppServiceHybridConnectionResourceID, error)
type AppServicePlanResourceID ¶
func ParseAppServicePlanID ¶
func ParseAppServicePlanID(input string) (*AppServicePlanResourceID, error)
type AppServiceSlotResourceID ¶
func ParseAppServiceSlotID ¶
func ParseAppServiceSlotID(input string) (*AppServiceSlotResourceID, error)
type Registration ¶
type Registration struct{}
func (Registration) SupportedDataSources ¶
func (r Registration) SupportedDataSources() map[string]*schema.Resource
SupportedDataSources returns the supported Data Sources supported by this Service
func (Registration) SupportedResources ¶
func (r Registration) SupportedResources() map[string]*schema.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_certificate.go
- app_service_certificate_order.go
- app_service_custom_hostname_binding.go
- app_service_environment_data_source.go
- app_service_environment_resource.go
- app_service_hybrid_connection.go
- app_service_hybrid_connection_resource.go
- app_service_plan.go
- app_service_schedule_backup.go
- app_service_site_source_control.go
- app_service_slot.go
- app_service_source_control_token.go
- cors_settings.go
- data_source_app_service.go
- data_source_app_service_certificate.go
- data_source_app_service_certificate_order.go
- data_source_app_service_plan.go
- data_source_function_app.go
- data_source_function_app_host_keys.go
- function_app.go
- registration.go
- resource_arm_app_service.go
- resource_arm_app_service_active_slot.go
- resource_arm_app_service_certificate.go
- resource_arm_app_service_certificate_order.go
- resource_arm_app_service_custom_hostname_binding.go
- resource_arm_app_service_plan.go
- resource_arm_app_service_slot.go
- resource_arm_app_service_slot_virtual_network_swift_connection.go
- resource_arm_app_service_source_control_token.go
- resource_arm_app_service_virtual_network_swift_connection.go
- resource_arm_function_app.go
- resource_arm_function_app_slot.go
Click to show internal directories.
Click to hide internal directories.