Share via


ExternalEndpointResult type

The result of the external endpoint. Possible values are Succeeded and Failed.
KnownExternalEndpointResult can be used interchangeably with ExternalEndpointResult, this enum contains the known values that the service supports.

Known values supported by the service

Succeeded: The external endpoint succeeded.
Failed: The external endpoint failed.

type ExternalEndpointResult = string