Documentation ¶
Index ¶
- func ValidateAppServiceCertificateID(i interface{}, k string) (warnings []string, errors []error)
- func ValidateAppServiceID(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 AppServicePlanResourceID
- type AppServiceResourceID
- type AppServiceSlotResourceID
- type Registration
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ValidateAppServiceCertificateID ¶ added in v1.39.0
ValidateAppServiceCertificateID validates that the specified ID is a valid App Service Certificate ID
func ValidateAppServiceID ¶ added in v1.39.0
ValidateAppServiceID validates that the specified ID is a valid App Service ID
func ValidateAppServicePlanID ¶ added in v1.39.0
ValidateAppServicePlanID validates that the specified ID is a valid App Service Plan ID
func ValidateAppServiceSourceControlTokenName ¶ added in v1.39.0
func ValidateAppServiceSourceControlTokenName() schema.SchemaValidateFunc
Types ¶
type AppServiceCertificateOrderResourceID ¶ added in v1.39.0
type AppServiceCertificateOrderResourceID struct { Base azure.ResourceID Name string }
func ParseAppServiceCertificateOrderID ¶ added in v1.39.0
func ParseAppServiceCertificateOrderID(input string) (*AppServiceCertificateOrderResourceID, error)
type AppServiceCertificateResourceID ¶ added in v1.39.0
type AppServiceCertificateResourceID struct { Base azure.ResourceID Name string }
func ParseAppServiceCertificateID ¶ added in v1.39.0
func ParseAppServiceCertificateID(input string) (*AppServiceCertificateResourceID, error)
type AppServiceCustomHostnameBindingResourceID ¶ added in v1.39.0
type AppServiceCustomHostnameBindingResourceID struct { Base azure.ResourceID AppServiceName string Name string }
func ParseAppServiceCustomHostnameBindingID ¶ added in v1.39.0
func ParseAppServiceCustomHostnameBindingID(input string) (*AppServiceCustomHostnameBindingResourceID, error)
type AppServicePlanResourceID ¶ added in v1.39.0
type AppServicePlanResourceID struct { Base azure.ResourceID Name string }
func ParseAppServicePlanID ¶ added in v1.39.0
func ParseAppServicePlanID(input string) (*AppServicePlanResourceID, error)
type AppServiceResourceID ¶ added in v1.39.0
type AppServiceResourceID struct { Base azure.ResourceID Name string }
func ParseAppServiceID ¶ added in v1.39.0
func ParseAppServiceID(input string) (*AppServiceResourceID, error)
type AppServiceSlotResourceID ¶ added in v1.39.0
type AppServiceSlotResourceID struct { Base azure.ResourceID AppServiceName string Name string }
func ParseAppServiceSlotID ¶ added in v1.39.0
func ParseAppServiceSlotID(input string) (*AppServiceSlotResourceID, error)
type Registration ¶ added in v1.39.0
type Registration struct{}
func (Registration) Name ¶ added in v1.39.0
func (r Registration) Name() string
Name is the name of this Service
func (Registration) SupportedDataSources ¶ added in v1.39.0
func (r Registration) SupportedDataSources() map[string]*schema.Resource
SupportedDataSources returns the supported Data Sources supported by this Service
func (Registration) SupportedResources ¶ added in v1.39.0
func (r Registration) SupportedResources() map[string]*schema.Resource
SupportedResources returns the supported Resources supported by this Service
Source Files ¶
Click to show internal directories.
Click to hide internal directories.