Documentation ¶
Index ¶
- 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
- type SharedPrivateLinkServiceModel
- type SharedPrivateLinkServiceResource
- func (r SharedPrivateLinkServiceResource) Arguments() map[string]*pluginsdk.Schema
- func (r SharedPrivateLinkServiceResource) Attributes() map[string]*pluginsdk.Schema
- func (r SharedPrivateLinkServiceResource) Create() sdk.ResourceFunc
- func (r SharedPrivateLinkServiceResource) Delete() sdk.ResourceFunc
- func (r SharedPrivateLinkServiceResource) IDValidationFunc() pluginsdk.SchemaValidateFunc
- func (r SharedPrivateLinkServiceResource) ModelObject() interface{}
- func (r SharedPrivateLinkServiceResource) Read() sdk.ResourceFunc
- func (r SharedPrivateLinkServiceResource) ResourceType() string
- func (r SharedPrivateLinkServiceResource) Update() sdk.ResourceFunc
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
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
type SharedPrivateLinkServiceModel ¶
type SharedPrivateLinkServiceModel struct {}
type SharedPrivateLinkServiceResource ¶
type SharedPrivateLinkServiceResource struct{}
func (SharedPrivateLinkServiceResource) Arguments ¶
func (r SharedPrivateLinkServiceResource) Arguments() map[string]*pluginsdk.Schema
func (SharedPrivateLinkServiceResource) Attributes ¶
func (r SharedPrivateLinkServiceResource) Attributes() map[string]*pluginsdk.Schema
func (SharedPrivateLinkServiceResource) Create ¶
func (r SharedPrivateLinkServiceResource) Create() sdk.ResourceFunc
func (SharedPrivateLinkServiceResource) Delete ¶
func (r SharedPrivateLinkServiceResource) Delete() sdk.ResourceFunc
func (SharedPrivateLinkServiceResource) IDValidationFunc ¶
func (r SharedPrivateLinkServiceResource) IDValidationFunc() pluginsdk.SchemaValidateFunc
func (SharedPrivateLinkServiceResource) ModelObject ¶
func (r SharedPrivateLinkServiceResource) ModelObject() interface{}
func (SharedPrivateLinkServiceResource) Read ¶
func (r SharedPrivateLinkServiceResource) Read() sdk.ResourceFunc
func (SharedPrivateLinkServiceResource) ResourceType ¶
func (r SharedPrivateLinkServiceResource) ResourceType() string
func (SharedPrivateLinkServiceResource) Update ¶
func (r SharedPrivateLinkServiceResource) Update() sdk.ResourceFunc
Source Files ¶
Click to show internal directories.
Click to hide internal directories.