PatchOperationStatus type
The overall success or failure status of the operation. It remains "InProgress" until the operation completes. At that point it will become "Unknown", "Failed", "Succeeded", or "CompletedWithWarnings."
KnownPatchOperationStatus can be used interchangeably with PatchOperationStatus,
this enum contains the known values that the service supports.
Known values supported by the service
Unknown: Unknown
InProgress: InProgress
Failed: Failed
Succeeded: Succeeded
CompletedWithWarnings: CompletedWithWarnings
type PatchOperationStatus = string