SnapshotGetOperationStatusResponse type
Contains response data for the getOperationStatus operation.
type SnapshotGetOperationStatusResponse = OperationStatus & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: OperationStatus
}
}