Documentation ¶
Index ¶
- func Create(ctx context.Context, d *schema.ResourceData, m interface{}) diag.Diagnostics
- func Delete(ctx context.Context, d *schema.ResourceData, m interface{}) diag.Diagnostics
- func NewService(m interface{}) *azure.ServiceClient
- func Read(ctx context.Context, d *schema.ResourceData, m interface{}) diag.Diagnostics
- func Resolve(d *schema.ResourceData) (*azure.AzureCredentials, error)
- func Resource() *schema.Resource
- func Update(ctx context.Context, d *schema.ResourceData, m interface{}) diag.Diagnostics
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Create ¶
func Create(ctx context.Context, d *schema.ResourceData, m interface{}) diag.Diagnostics
Create expects the configuration within the given ResourceData and sends it to the Dynatrace Server in order to create that resource
func Delete ¶
func Delete(ctx context.Context, d *schema.ResourceData, m interface{}) diag.Diagnostics
Delete the configuration
func NewService ¶
func NewService(m interface{}) *azure.ServiceClient
func Read ¶
func Read(ctx context.Context, d *schema.ResourceData, m interface{}) diag.Diagnostics
Read queries the Dynatrace Server for the configuration
func Resolve ¶
func Resolve(d *schema.ResourceData) (*azure.AzureCredentials, error)
func Update ¶
func Update(ctx context.Context, d *schema.ResourceData, m interface{}) diag.Diagnostics
Update expects the configuration within the given ResourceData and send them to the Dynatrace Server in order to update that resource
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.