OperationResult type
Defines values for OperationResult.
KnownOperationResult can be used interchangeably with OperationResult,
this enum contains the known values that the service supports.
Known values supported by the service
Succeeded: The operation succeeded
Failed: The operation failed
Canceled: The operation canceled
type OperationResult = string