Documentation
¶
Index ¶
- Variables
- func AppServiceEnvironmentID(input interface{}, key string) (warnings []string, errors []error)
- func AppServiceSourceControlTokenID(input interface{}, key string) (warnings []string, errors []error)
- func AppSettings(input interface{}, key string) (warnings []string, errors []error)
- func FunctionAppFunctionName(input interface{}, key string) (warnings []string, errors []error)
- func IsIpOrCIDRRangeList(i interface{}, k string) ([]string, []error)
- func ServicePlanName(v interface{}, k string) (warnings []string, errors []error)
- func StaticWebAppName(v interface{}, k string) (warnings []string, errors []error)
- func StaticWebAppPassword(v interface{}, k string) (warnings []string, errs []error)
- func StatusCodeRange(i interface{}, k string) (warnings []string, errors []error)
- func TimeInterval(i interface{}, k string) (warnings []string, errors []error)
- func WebAppName(v interface{}, k string) (warnings []string, errors []error)
Constants ¶
This section is empty.
Variables ¶
View Source
var UnmanagedSettings = []string{
"DOCKER_REGISTRY_SERVER_URL",
"DOCKER_REGISTRY_SERVER_USERNAME",
"DOCKER_REGISTRY_SERVER_PASSWORD",
"DIAGNOSTICS_AZUREBLOBCONTAINERSASURL",
"DIAGNOSTICS_AZUREBLOBRETENTIONINDAYS",
"WEBSITE_HTTPLOGGING_CONTAINER_URL",
"WEBSITE_HTTPLOGGING_RETENTION_DAYS",
"WEBSITE_VNET_ROUTE_ALL",
"spring.datasource.password",
"spring.datasource.url",
"spring.datasource.username",
"WEBSITE_HEALTHCHECK_MAXPINGFAILURES",
}
View Source
var UnmanagedSettingsDeprecated = []string{
"DIAGNOSTICS_AZUREBLOBCONTAINERSASURL",
"DIAGNOSTICS_AZUREBLOBRETENTIONINDAYS",
"WEBSITE_HTTPLOGGING_CONTAINER_URL",
"WEBSITE_HTTPLOGGING_RETENTION_DAYS",
"WEBSITE_VNET_ROUTE_ALL",
"spring.datasource.password",
"spring.datasource.url",
"spring.datasource.username",
"WEBSITE_HEALTHCHECK_MAXPINGFAILURES",
}
Functions ¶
func AppServiceEnvironmentID ¶
func AppSettings ¶
func FunctionAppFunctionName ¶
func IsIpOrCIDRRangeList ¶
IsIpOrCIDRRange is a SchemaValidateFunc which tests if the provided value is of type string and a valid IP/CIDR range
func ServicePlanName ¶
func StaticWebAppName ¶
func StaticWebAppPassword ¶
func StatusCodeRange ¶
func TimeInterval ¶
func WebAppName ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.