Package version:

Type alias TestDatasourceResultStatus

TestDatasourceResultStatus: string

Defines values for TestDatasourceResultStatus.
KnownTestDatasourceResultStatus can be used interchangeably with TestDatasourceResultStatus, this enum contains the known values that the service supports.

Known values supported by the service

TestSucceeded: The test datasource operation succeeded.
TestFailed: The test datasource operation failed.

Generated using TypeDoc