Documentation
¶
Index ¶
- type LoadTestDataSource
- type LoadTestDataSourceModel
- type LoadTestEncryption
- type LoadTestEncryptionIdentity
- type LoadTestResource
- func (r LoadTestResource) Arguments() map[string]*pluginsdk.Schema
- func (r LoadTestResource) Attributes() map[string]*pluginsdk.Schema
- func (r LoadTestResource) Create() sdk.ResourceFunc
- func (r LoadTestResource) Delete() sdk.ResourceFunc
- func (r LoadTestResource) IDValidationFunc() pluginsdk.SchemaValidateFunc
- func (r LoadTestResource) ModelObject() interface{}
- func (r LoadTestResource) Read() sdk.ResourceFunc
- func (r LoadTestResource) ResourceType() string
- func (r LoadTestResource) Update() sdk.ResourceFunc
- type LoadTestResourceSchema
- type Registration
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LoadTestDataSource ¶
type LoadTestDataSource struct{}
func (LoadTestDataSource) Arguments ¶
func (r LoadTestDataSource) Arguments() map[string]*pluginsdk.Schema
func (LoadTestDataSource) Attributes ¶
func (r LoadTestDataSource) Attributes() map[string]*pluginsdk.Schema
func (LoadTestDataSource) ModelObject ¶
func (r LoadTestDataSource) ModelObject() interface{}
func (LoadTestDataSource) Read ¶
func (r LoadTestDataSource) Read() sdk.ResourceFunc
func (LoadTestDataSource) ResourceType ¶
func (r LoadTestDataSource) ResourceType() string
type LoadTestDataSourceModel ¶
type LoadTestDataSourceModel struct { DataPlaneURI string `tfschema:"data_plane_uri"` Description string `tfschema:"description"` Encryption []LoadTestEncryption `tfschema:"encryption"` Identity []identity.ModelSystemAssignedUserAssigned `tfschema:"identity"` Location string `tfschema:"location"` Name string `tfschema:"name"` ResourceGroupName string `tfschema:"resource_group_name"` Tags map[string]string `tfschema:"tags"` }
type LoadTestEncryption ¶
type LoadTestEncryption struct { KeyURL string `tfschema:"key_url"` Identity []LoadTestEncryptionIdentity `tfschema:"identity"` }
type LoadTestResource ¶
type LoadTestResource struct{}
func (LoadTestResource) Arguments ¶
func (r LoadTestResource) Arguments() map[string]*pluginsdk.Schema
func (LoadTestResource) Attributes ¶
func (r LoadTestResource) Attributes() map[string]*pluginsdk.Schema
func (LoadTestResource) Create ¶
func (r LoadTestResource) Create() sdk.ResourceFunc
func (LoadTestResource) Delete ¶
func (r LoadTestResource) Delete() sdk.ResourceFunc
func (LoadTestResource) IDValidationFunc ¶
func (r LoadTestResource) IDValidationFunc() pluginsdk.SchemaValidateFunc
func (LoadTestResource) ModelObject ¶
func (r LoadTestResource) ModelObject() interface{}
func (LoadTestResource) Read ¶
func (r LoadTestResource) Read() sdk.ResourceFunc
func (LoadTestResource) ResourceType ¶
func (r LoadTestResource) ResourceType() string
func (LoadTestResource) Update ¶
func (r LoadTestResource) Update() sdk.ResourceFunc
type LoadTestResourceSchema ¶
type LoadTestResourceSchema struct { DataPlaneURI string `tfschema:"data_plane_uri"` Description string `tfschema:"description"` Encryption []LoadTestEncryption `tfschema:"encryption"` Identity []identity.ModelSystemAssignedUserAssigned `tfschema:"identity"` Location string `tfschema:"location"` Name string `tfschema:"name"` ResourceGroupName string `tfschema:"resource_group_name"` Tags map[string]interface{} `tfschema:"tags"` }
type Registration ¶
type Registration struct{}
func (Registration) AssociatedGitHubLabel ¶
func (r Registration) AssociatedGitHubLabel() string
func (Registration) DataSources ¶
func (r Registration) DataSources() []sdk.DataSource
func (Registration) Name ¶
func (r Registration) Name() string
func (Registration) Resources ¶
func (r Registration) Resources() []sdk.Resource
func (Registration) WebsiteCategories ¶
func (r Registration) WebsiteCategories() []string
Click to show internal directories.
Click to hide internal directories.