Documentation ¶
Index ¶
- func CheckDestroyedFunc(client *clients.Client, testResource types.TestResource, ...) func(state *terraform.State) error
- func DeleteResourceFunc(client *clients.Client, testResource types.TestResourceVerifyingRemoved, ...) func(state *terraform.State) error
- func DoesNotExistInAzure(client *clients.Client, testResource types.TestResource, resourceName string) pluginsdk.TestCheckFunc
- func ExistsInAzure(client *clients.Client, testResource types.TestResource, resourceName string) pluginsdk.TestCheckFunc
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CheckDestroyedFunc ¶
func CheckDestroyedFunc(client *clients.Client, testResource types.TestResource, resourceType, resourceName string) func(state *terraform.State) error
CheckDestroyedFunc returns a TestCheckFunc which validates the resource no longer exists
func DeleteResourceFunc ¶
func DeleteResourceFunc(client *clients.Client, testResource types.TestResourceVerifyingRemoved, resourceName string) func(state *terraform.State) error
DeleteResourceFunc returns a TestCheckFunc which deletes the resource within Azure this is only used within the Internal
func DoesNotExistInAzure ¶
func DoesNotExistInAzure(client *clients.Client, testResource types.TestResource, resourceName string) pluginsdk.TestCheckFunc
func ExistsInAzure ¶
func ExistsInAzure(client *clients.Client, testResource types.TestResource, resourceName string) pluginsdk.TestCheckFunc
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.